Skip to content

Commit 1c66449

Browse files
committed
Add dark and summer-night theme
1 parent 4cbd171 commit 1c66449

File tree

2 files changed

+50
-0
lines changed

2 files changed

+50
-0
lines changed

css/dark.css

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
.user-avater {
2+
border: 4px solid #3b3b3b;
3+
}
4+
section {
5+
color: #ebebeb;
6+
background-color: #3b3b3b;
7+
}
8+
.connectlink_cell a {
9+
color: #0093ff;
10+
}
11+
.server_list_table {
12+
color: #ebebeb;
13+
}
14+
.players_numeric {
15+
color: #ff2b2b;
16+
}
17+
.II a {
18+
color: #d7d7d7;
19+
}
20+
.II.csgo th {
21+
color: #ebebeb;
22+
}
23+
.map {
24+
border: none;
25+
}

css/summer-night.css

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
.user-avater {
2+
border: 4px solid #F5F5F5;
3+
}
4+
section {
5+
color: black;
6+
background-color: #F5F5F5;
7+
}
8+
.connectlink_cell a {
9+
color: #007CFF;
10+
}
11+
.server_list_table {
12+
color: black;
13+
}
14+
.players_numeric {
15+
color: #FF0000;
16+
}
17+
.II a {
18+
color: #323232;
19+
}
20+
.II.csgo th {
21+
color: black;
22+
}
23+
.map {
24+
border: 5px solid #888888;
25+
}

0 commit comments

Comments
 (0)