File tree 4 files changed +17
-4
lines changed
4 files changed +17
-4
lines changed Original file line number Diff line number Diff line change 15
15
16
16
.notification-area > .notification {
17
17
background-color : var (--notification-background-color );
18
- border : 1 px solid var (--notification-background-color );
18
+ border : var (--notification-border );
19
19
border-radius : 0.25rem ;
20
20
margin : 0.2rem ;
21
21
Original file line number Diff line number Diff line change 26
26
width : 100% ;
27
27
justify-content : space-around;
28
28
align-items : center;
29
- border-top : var (--settings-item-border-color );
29
+ border-top : var (--settings-item-border );
30
30
border-bottom : none;
31
31
height : 2em ;
32
32
}
33
33
34
34
.settings .settings-item : last-child {
35
- border-bottom : var (--settings-item-border-color );
35
+ border-bottom : var (--settings-item-border );
36
36
}
37
37
38
38
.settings .settings-item > * {
Original file line number Diff line number Diff line change 67
67
--box-border-color : var (--gray-3 );
68
68
--box-border-color-highlighted : var (--gray-5 );
69
69
70
- --settings-item-border-color : 1px solid var (--gray-4 );
70
+ --settings-item-border : 1px solid var (--gray-4 );
71
71
72
72
--background-color : var (--beige );
73
73
--fallback-background-color : var (--background-color );
82
82
--text-font-family : sans-serif;
83
83
84
84
--notification-background-color : var (--gray-7 );
85
+ --notification-border : 1px solid var (--gray-7 );
85
86
--notification-text-color : var (--black );
86
87
87
88
--share-button-background-color : var (--green );
Original file line number Diff line number Diff line change 12
12
13
13
--text-font-family : "Comic Sans MS" , "Comic Neue" , sans-serif;
14
14
15
+ --notification-background-color : var (--white );
16
+ --notification-border : 2px solid var (--black );
17
+
15
18
--share-button-background-color : # 00d600 ;
16
19
--share-button-background-color-hover : # 00ae00 ;
17
20
@@ -400,3 +403,12 @@ body.classic .landscape-overlay > .overlay-content {
400
403
body .classic .landscape-overlay > .overlay-content > * {
401
404
color : white;
402
405
}
406
+
407
+ /* Notification */
408
+
409
+ body .classic .notification-area > .notification {
410
+ border-radius : 0 ;
411
+ margin : 0 ;
412
+
413
+ font-family : var (--text-font-family );
414
+ }
You can’t perform that action at this time.
0 commit comments