Skip to content

Commit a6f6b38

Browse files
committed
update styles
1 parent c32255f commit a6f6b38

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

custom.css

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,6 @@ code, pre, .code-block, [class*="code"] {
7474
scrollbar-color: var(--border, rgba(128, 128, 128, 0.3)) transparent;
7575
}
7676

77-
:root {
78-
--background-dark: #101010;
79-
}
80-
8177
.dark #navbar {
8278
background-color: #000000 !important;
8379
height: 60px !important;
@@ -145,6 +141,7 @@ code, pre, .code-block, [class*="code"] {
145141

146142
#content-container {
147143
border: 1px solid rgba(255, 255, 255, 0.07) !important;
144+
background-color: #101010;
148145
}
149146

150147
.sidebar-group {

0 commit comments

Comments
 (0)