Skip to content

Commit

Permalink
improve: comment color
Browse files Browse the repository at this point in the history
  • Loading branch information
fenbox committed Jan 29, 2024
1 parent bda7541 commit 0a40b1e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 8 deletions.
6 changes: 3 additions & 3 deletions tools/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions usr/themes/classic-22/static/css/style.css

Large diffs are not rendered by default.

13 changes: 10 additions & 3 deletions usr/themes/classic-22/static/scss/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ body {
text-underline-offset: 0.2rem;
}

button {
display: inline-block;
width: auto;
}

// Theme
[data-theme="light"],
:root:not([data-theme="dark"]) {
Expand Down Expand Up @@ -315,10 +320,10 @@ h1, h2, h3, h4, h5 { line-height: 1.25; }
content: "OP";
margin-left: .25rem;
color: var(--muted-color);
padding: 0 .375rem;
padding: 1px .375rem;
border: 1px solid var(--muted-color);
font-size: .75rem;
border-radius: var(--border-radius);
border-radius: 2rem;
}

.comment-author {
Expand All @@ -330,9 +335,11 @@ h1, h2, h3, h4, h5 { line-height: 1.25; }
border-radius: 48px;
}

cite {
cite,
cite a {
font-style: normal;
font-weight: 700;
color: var(--h5-color);
}
}

Expand Down

0 comments on commit 0a40b1e

Please sign in to comment.