Skip to content

Commit

Permalink
Update commons.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
gghwan authored Jul 23, 2024
1 parent 1f0dd87 commit fe18a60
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions _sass/addon/commons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -744,22 +744,10 @@ $btn-mb: 0.5rem;
@extend %sidebar-link-hover;

//color: var(--site-title-color);
color: white;
color: crimson;
}
}

.site-subtitle {
font-size: 95%;
//color: var(--site-subtitle-color);
color: white;
margin-top: 0.25rem;
word-spacing: 1px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

ul {
margin-bottom: 2rem;

Expand Down

0 comments on commit fe18a60

Please sign in to comment.