File tree Expand file tree Collapse file tree 2 files changed +50
-0
lines changed Expand file tree Collapse file tree 2 files changed +50
-0
lines changed Original file line number Diff line number Diff line change
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
+ }
Original file line number Diff line number Diff line change
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
+ }
You can’t perform that action at this time.
0 commit comments