Skip to content

Commit

Permalink
Adjust style
Browse files Browse the repository at this point in the history
  • Loading branch information
lpugin committed Jan 30, 2025
1 parent 4b125e1 commit 4a9b790
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions _sass/site-theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,16 @@ $navbar-item-active-color: $rism-editorial-center-white;
$notification-radius: 3px;
$notification-padding-ltr: 0.75rem;

$content-heading-color: hsl(0, 0%, 40%);
$content-heading-weight: 700;
$title-line-height: 2px;

// Adjusted style for the guidelines h3 and h4
.content h2, h3, h4 {
padding-bottom: 3px !important;
border-bottom: 1px solid rgb(210, 210, 210) !important;
}

.sidenavbar {
@extend .navbar;
display: flex;
Expand Down

0 comments on commit 4a9b790

Please sign in to comment.