Skip to content

Commit 0e1e320

Browse files
committed
new theme
1 parent cef25cf commit 0e1e320

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

custom.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ code, pre, .code-block, [class*="code"] {
55
}
66

77
/* Code blocks and cards */
8-
/*.code-block,
8+
.code-block,
99
[class*="CodeGroup"], [class*="code-group"],
1010
.card, [class*="Card"], [class*="card"],
1111
[class*="Callout"], [class*="callout"],
@@ -40,7 +40,7 @@ code, pre, .code-block, [class*="code"] {
4040

4141
.rounded-2xl {
4242
border-radius: 8px !important;
43-
}*/
43+
}
4444

4545
/* Scrollbars */
4646
::-webkit-scrollbar {
@@ -74,7 +74,7 @@ code, pre, .code-block, [class*="code"] {
7474
scrollbar-color: var(--border, rgba(128, 128, 128, 0.3)) transparent;
7575
}
7676

77-
/*.dark #navbar {
77+
.dark #navbar {
7878
background-color: #000000 !important;
7979
height: 60px !important;
8080
border-bottom: 1px solid rgba(255, 255, 255, 0.07) !important;

0 commit comments

Comments
 (0)