File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3535@import "makeup.css" ;
3636@import "tabset.css" ;
3737
38+ body {
39+ background-color : var (--background );
40+ color : var (--textBody );
41+ font-size : var (--text-md );
42+ line-height : 1.6875em ;
43+ }
44+
45+ .swup-progress-bar {
46+ height : 2px ;
47+ background-color : var (--progressBarColor );
48+ }
49+
3850option {
3951 background-color : var (--sidebarBackground );
4052}
Original file line number Diff line number Diff line change @@ -39,3 +39,8 @@ input[type="week"],
3939textarea {
4040 outline : 0 ;
4141}
42+
43+ /* swup.js adds tabindex=-1 on Chrome, which then adds an outline when clicked */
44+ body {
45+ outline : none !important ;
46+ }
Original file line number Diff line number Diff line change 99 --sidebarWidth : 300px ;
1010 --sidebarMinWidth : 300px ;
1111 --sidebarTransitionDuration : 0.3s ;
12- background-color : var (--background );
13- color : var (--textBody );
14- font-size : var (--text-md );
15- line-height : 1.6875em ;
16- /* swup.js adds tabindex=-1 on Chrome, which then adds an outline when clicked */
17- outline : none !important ;
1812}
1913
2014* ,
@@ -105,8 +99,3 @@ body {
10599 position : absolute;
106100 }
107101}
108-
109- .swup-progress-bar {
110- height : 2px ;
111- background-color : var (--progressBarColor );
112- }
You can’t perform that action at this time.
0 commit comments