File tree Expand file tree Collapse file tree 2 files changed +15
-10
lines changed Expand file tree Collapse file tree 2 files changed +15
-10
lines changed Original file line number Diff line number Diff line change 6
6
main {
7
7
background : black;
8
8
}
9
- main .collection > .header {
9
+ main .collection > .header {
10
10
background : # 3f3f48 ;
11
11
}
12
- main .collection > .card {
12
+ main .collection > .card {
13
13
background : # 2d2e2f ;
14
14
}
15
- main .collection > .card > .item {
15
+ main .collection > .card > .item {
16
16
border-bottom : solid 1px # 424242 ;
17
17
}
18
- main .collection > .card > .item > .content > .data .premium {
18
+ main .collection > .card > .item > .content > .data .premium {
19
19
color : # c7abdf ;
20
20
}
21
21
.searchbox {
22
- background : rgba (255 , 255 , 255 , .15 );
22
+ background : rgba (255 , 255 , 255 , 0 .15 );
23
23
}
24
24
footer {
25
25
background : # 1d1d1d ;
31
31
background : linear-gradient (180deg , # 4f0080 0% , # 052956 50% );
32
32
}
33
33
header ::after {
34
- opacity : .5 ;
34
+ opacity : 0 .5 ;
35
35
}
36
- main .collection > .card > .item > md-icon {
36
+ main .collection > .card > .item > md-icon {
37
37
filter : brightness (1.5 );
38
38
}
39
- main .collection > .header > md-icon {
39
+ main .collection > .header > md-icon {
40
40
filter : brightness (1.5 );
41
41
}
42
- .searchbox > input {
42
+ .searchbox > input {
43
43
color : white;
44
44
}
45
45
# langlist {
46
46
background : black;
47
47
}
48
- }
48
+ .trailing-button {
49
+ background : # 52579e ;
50
+ color : white;
51
+ }
52
+ }
Original file line number Diff line number Diff line change @@ -619,6 +619,7 @@ html[dir="rtl"] header::before {
619
619
.explanator .icon-container md-icon {
620
620
margin-bottom : 0 ;
621
621
margin-inline-end : 0.2em ;
622
+ margin-top : 0.2em ;
622
623
}
623
624
624
625
.explanator {
You can’t perform that action at this time.
0 commit comments