File tree Expand file tree Collapse file tree 5 files changed +106
-1
lines changed Expand file tree Collapse file tree 5 files changed +106
-1
lines changed Original file line number Diff line number Diff line change 4
4
.user-avater {
5
5
border: 4px solid #3b3b3b;
6
6
}
7
+ .server_list_table_top th {
8
+ color: #ebebeb;
9
+ }
7
10
section {
8
11
color: #ebebeb;
9
12
background-color: #3b3b3b;
Original file line number Diff line number Diff line change
1
+ body {
2
+ background-color: white;
3
+ }
4
+ .user-avater {
5
+ border: 4px solid #F5F5F5;
6
+ }
7
+ .server_list_table_top th {
8
+ color: black;
9
+ }
10
+ section {
11
+ color: black;
12
+ background-color: #e6e6e6;
13
+ }
14
+ .connectlink_cell a {
15
+ color: #007CFF;
16
+ }
17
+ .server_list_table {
18
+ color: black;
19
+ }
20
+ .players_numeric {
21
+ color: #FF0000;
22
+ }
23
+ .II a {
24
+ color: #323232;
25
+ }
26
+ .II.csgo th {
27
+ color: black;
28
+ }
29
+ .map {
30
+ border: 5px solid #888888;
31
+ }
32
+ .querytime {
33
+ color: white;
34
+ }
Original file line number Diff line number Diff line change
1
+ body {
2
+ background-color: #0F0F0FFF;
3
+ }
4
+ .user-avater {
5
+ border: 4px solid #3b3b3b;
6
+ }
7
+ .server_list_table_top th {
8
+ color: #ebebeb;
9
+ }
10
+ section {
11
+ color: #ebebeb;
12
+ background-color: rgb(0, 0, 0);
13
+ border: 1px solid white;
14
+ }
15
+ .connectlink_cell a {
16
+ color: #0093ff;
17
+ }
18
+ .server_list_table {
19
+ color: #ebebeb;
20
+ }
21
+ .players_numeric {
22
+ color: #ff2b2b;
23
+ }
24
+ .II a {
25
+ color: #d7d7d7;
26
+ }
27
+ .II.csgo th {
28
+ color: #ebebeb;
29
+ }
30
+ .map {
31
+ border: none;
32
+ }
33
+ .querytime {
34
+ color: white;
35
+ }
Original file line number Diff line number Diff line change @@ -54,7 +54,6 @@ details summary::-webkit-details-marker {
54
54
}
55
55
html, body {
56
56
min-height: 100vh;
57
- background-color: #1D1D1F;
58
57
text-align: center;
59
58
font-family: var(--font-normal);
60
59
-ms-user-select: None;
Original file line number Diff line number Diff line change
1
+ body {
2
+ background-color: #e6e6e6;
3
+ }
4
+ .user-avater {
5
+ border: 4px solid #F5F5F5;
6
+ }
7
+ .server_list_table_top th {
8
+ color: black;
9
+ }
10
+ section {
11
+ color: #ebebeb;
12
+ background-color: #1D1D1F;
13
+ }
14
+ .connectlink_cell a {
15
+ color: #007CFF;
16
+ }
17
+ .server_list_table {
18
+ color: #ebebeb;
19
+ }
20
+ .players_numeric {
21
+ color: #FF0000;
22
+ }
23
+ .II a {
24
+ color: #d7d7d7;
25
+ }
26
+ .II.csgo th {
27
+ color: black;
28
+ }
29
+ .map {
30
+ border: 5px solid #888888;
31
+ }
32
+ .querytime {
33
+ color: white;
34
+ }
You can’t perform that action at this time.
0 commit comments