Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
hydroper committed Mar 31, 2024
1 parent 58fd1fe commit 90dc1fb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion spec/1.0/live/css/general.css
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ html[data-sidebar="true"] #sidebar {
}

#sidebar .sec-top {
font-weight: bold;
/* font-weight: bold; */
padding: 0.5rem 0;
color: var(--header-2);
}
Expand Down
6 changes: 3 additions & 3 deletions spec/1.0/live/css/variables.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
}

html[data-dark="true"] {
--page-background: #888;
--background: #888;
--page-background: #aeaeae;
--background: #aeaeae;
--foreground: #080808;

--code-block-background: #585858;
Expand All @@ -55,7 +55,7 @@ html[data-dark="true"] {
--sidebar-toggle-background: var(--background);
--sidebar-toggle-foreground: #222;

--links: #848484;
--links: #626262;
}

/* Portrait */
Expand Down

0 comments on commit 90dc1fb

Please sign in to comment.