Skip to content

Commit d6e37b3

Browse files
committed
updated dark theme & added Text Selection color
1 parent ce191eb commit d6e37b3

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

theming/theme-dark.scss

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,13 @@ a:hover {
1515
color: #31dce6 !important;
1616
}
1717

18-
code {
18+
code, p code {
1919
background-color: #172424 !important;
20+
color: #2aa198;
21+
}
22+
23+
li {
24+
color: #979c9c !important;
2025
}
2126

2227
.menu-text:hover {
@@ -46,3 +51,8 @@ p {
4651
.level4 {
4752
color: #1bb3ac !important;
4853
}
54+
55+
::selection {
56+
color: #31dce6;
57+
background: #192222;
58+
}

0 commit comments

Comments
 (0)