Skip to content

Commit 60f06b4

Browse files
adjust colors
1 parent b552af3 commit 60f06b4

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/styles/custom.css

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,36 +35,36 @@
3535
}
3636

3737
::-webkit-scrollbar-track {
38-
background-color: #f5f5f5;
38+
background-color: #e6f3ff;
3939
border-radius: 2px;
4040
}
4141

4242
::-webkit-scrollbar-thumb {
43-
background-color: #c1c1c1;
43+
background-color: #87ceeb;
4444
border-radius: 2px;
4545
}
4646

4747
::-webkit-scrollbar-thumb:hover {
48-
background-color: #a8a8a8;
48+
background-color: #4682b4;
4949
}
5050

5151
:root[data-theme="dark"] ::-webkit-scrollbar-track {
52-
background-color: #2d2a32;
52+
background-color: #1e3a5f;
5353
}
5454

5555
:root[data-theme="dark"] ::-webkit-scrollbar-thumb {
56-
background-color: #4a4458;
56+
background-color: #4a90e2;
5757
}
5858

5959
:root[data-theme="dark"] ::-webkit-scrollbar-thumb:hover {
60-
background-color: #5a5466;
60+
background-color: #5b9bd5;
6161
}
6262

6363
* {
6464
scrollbar-width: thin;
65-
scrollbar-color: #c1c1c1 #f5f5f5;
65+
scrollbar-color: #87ceeb #e6f3ff;
6666
}
6767

6868
:root[data-theme="dark"] * {
69-
scrollbar-color: #4a4458 #2d2a32;
69+
scrollbar-color: #4a90e2 #1e3a5f;
7070
}

0 commit comments

Comments
 (0)