Skip to content

Commit 04f42ab

Browse files
committed
Change dark mode colors
1 parent 1528787 commit 04f42ab

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

styles/tabs.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
transition: 0.3s;
3030
color: rgb(240, 240, 240);
3131
border-radius: 0 0 9px 9px;
32+
font-weight: bold;
3233
}
3334

3435
/* Change background color of buttons on hover */

styles/variables.scss

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,23 @@
1616
}
1717

1818
[data-theme="dark"] {
19-
--background-color: linear-gradient(180deg, #2A2142 0%, #2F3E6F 50%, #1A2A54 100%);
20-
--background-color: linear-gradient(180deg, #201932 0%, #222c50 50%, #131e3c 100%);
19+
// --background-color: linear-gradient(180deg, #2A2142 0%, #2F3E6F 50%, #1A2A54 100%);
20+
// --background-color: linear-gradient(180deg, #201932 0%, #222c50 50%, #131e3c 100%);
2121
// --background-color: linear-gradient(180deg, #1B1B2F 0%, #121224 60%, #0A0A1A 100%);
2222
// --background-color: linear-gradient(180deg, #111110 0%, #1A1A1A 40%, #2E2E3A 100%);
23+
// --background-color: linear-gradient(180deg, #0d0a14 0%, #151b31 75%, #131e3c 100%);
24+
// --background-color: linear-gradient(180deg, #3b2e5a 0%, #4b3b7a 40%, #1a1a1a 100%);
25+
// --background-color: linear-gradient(180deg, #1e1436 0%, #2a1e4a 40%, #0a0a0a 100%);
26+
// --background-color: linear-gradient(180deg, #1A1924 0%, #2A2D40 50%, #0F1017 100%);
27+
// --background-color: linear-gradient(180deg, #121212 0%, #2F3E50 50%, #10192a 100%);
28+
--background-color: linear-gradient(180deg, #111110 0%, #1e2732 50%, #111110 100%);
29+
2330
// --text-color: white;
24-
--text-color: #e4e4e4;
31+
--text-color: #f5f5f5;
32+
33+
.tab {
34+
background-color: #1b3050;
35+
}
2536
}
2637

2738
@media (max-width: 768px) {

0 commit comments

Comments
 (0)