File tree 7 files changed +81
-28
lines changed
7 files changed +81
-28
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ header .dropdown {
47
47
display : none;
48
48
/* place just below navbar link*/
49
49
position : absolute;
50
- top : 54 px ;
50
+ top : 55 px ;
51
51
background-color : var (--background-color-e2 );
52
52
color : var (--text-color-me );
53
53
/* extend border of navbar links, to encompass top of .dropdown-content */
@@ -155,11 +155,11 @@ header div#theme-picker button.theme-button {
155
155
/* keep orientation with the navbar links*/
156
156
float : left;
157
157
text-align : center;
158
- padding : 12px 12px ;
158
+ padding : 15 px 12px 11 px 12px ;
159
159
/* remove underline usual in links */
160
160
text-decoration : none;
161
161
line-height : 25px ;
162
- font-size : 18 px ;
162
+ font-size : 20 px ;
163
163
/* remove standard button border */
164
164
border : 0px ;
165
165
/* opposite colors */
@@ -177,7 +177,7 @@ header div#theme-picker div.theme-options {
177
177
display : none;
178
178
/* place just below navbar link*/
179
179
position : absolute;
180
- top : 54 px ;
180
+ top : 55 px ;
181
181
right : 0px ;
182
182
background-color : var (--background-color-e2 );
183
183
}
@@ -206,6 +206,11 @@ header div#theme-picker div.theme-options button.pick-theme {
206
206
text-align : left;
207
207
}
208
208
209
+ div # theme-picker div .theme-options button .pick-theme span .theme-icon {
210
+ float : left;
211
+ margin : 0px 5px 0px 0px ;
212
+ }
213
+
209
214
header div # theme-picker div .theme-options button .pick-theme : hover {
210
215
background-color : var (--background-color-e3 );
211
216
}
Original file line number Diff line number Diff line change 37
37
< button class ="theme-button ">
38
38
< span class ="theme-icon material-symbols-outlined "> brightness_6</ span >
39
39
</ button >
40
-
41
40
< div class ="theme-options ">
42
- < button class ="pick-theme pick-default " onclick ="switchToTheme('default') "> < span class ="theme-icon material-symbols-outlined "> brightness_6</ span > default</ button >
43
- < button class ="pick-theme pick-light " onclick ="switchToTheme('light') "> < span class ="theme-icon material-symbols-outlined "> brightness_high</ span > light</ button >
44
- < button class ="pick-theme pick-dark " onclick ="switchToTheme('dark') "> < span class ="theme-icon material-symbols-outlined "> brightness_4</ span > dark</ button >
41
+ < button class ="pick-theme pick-default " onclick ="switchToTheme('default') ">
42
+ < span class ="theme-icon material-symbols-outlined "> brightness_6</ span >
43
+ default
44
+ </ button >
45
+ < button class ="pick-theme pick-light " onclick ="switchToTheme('light') ">
46
+ < span class ="theme-icon material-symbols-outlined "> brightness_high</ span >
47
+ light
48
+ </ button >
49
+ < button class ="pick-theme pick-dark " onclick ="switchToTheme('dark') ">
50
+ < span class ="theme-icon material-symbols-outlined "> brightness_4</ span >
51
+ dark
52
+ </ button >
45
53
</ div >
46
54
</ div >
47
55
Original file line number Diff line number Diff line change 37
37
< button class ="theme-button ">
38
38
< span class ="theme-icon material-symbols-outlined "> brightness_6</ span >
39
39
</ button >
40
-
41
40
< div class ="theme-options ">
42
- < button class ="pick-theme pick-default " onclick ="switchToTheme('default') "> < span class ="theme-icon material-symbols-outlined "> brightness_6</ span > default</ button >
43
- < button class ="pick-theme pick-light " onclick ="switchToTheme('light') "> < span class ="theme-icon material-symbols-outlined "> brightness_high</ span > light</ button >
44
- < button class ="pick-theme pick-dark " onclick ="switchToTheme('dark') "> < span class ="theme-icon material-symbols-outlined "> brightness_4</ span > dark</ button >
41
+ < button class ="pick-theme pick-default " onclick ="switchToTheme('default') ">
42
+ < span class ="theme-icon material-symbols-outlined "> brightness_6</ span >
43
+ default
44
+ </ button >
45
+ < button class ="pick-theme pick-light " onclick ="switchToTheme('light') ">
46
+ < span class ="theme-icon material-symbols-outlined "> brightness_high</ span >
47
+ light
48
+ </ button >
49
+ < button class ="pick-theme pick-dark " onclick ="switchToTheme('dark') ">
50
+ < span class ="theme-icon material-symbols-outlined "> brightness_4</ span >
51
+ dark
52
+ </ button >
45
53
</ div >
46
54
</ div >
47
55
Original file line number Diff line number Diff line change 37
37
< button class ="theme-button ">
38
38
< span class ="theme-icon material-symbols-outlined "> brightness_6</ span >
39
39
</ button >
40
-
41
40
< div class ="theme-options ">
42
- < button class ="pick-theme pick-default " onclick ="switchToTheme('default') "> < span class ="theme-icon material-symbols-outlined "> brightness_6</ span > default</ button >
43
- < button class ="pick-theme pick-light " onclick ="switchToTheme('light') "> < span class ="theme-icon material-symbols-outlined "> brightness_high</ span > light</ button >
44
- < button class ="pick-theme pick-dark " onclick ="switchToTheme('dark') "> < span class ="theme-icon material-symbols-outlined "> brightness_4</ span > dark</ button >
41
+ < button class ="pick-theme pick-default " onclick ="switchToTheme('default') ">
42
+ < span class ="theme-icon material-symbols-outlined "> brightness_6</ span >
43
+ default
44
+ </ button >
45
+ < button class ="pick-theme pick-light " onclick ="switchToTheme('light') ">
46
+ < span class ="theme-icon material-symbols-outlined "> brightness_high</ span >
47
+ light
48
+ </ button >
49
+ < button class ="pick-theme pick-dark " onclick ="switchToTheme('dark') ">
50
+ < span class ="theme-icon material-symbols-outlined "> brightness_4</ span >
51
+ dark
52
+ </ button >
45
53
</ div >
46
54
</ div >
47
55
Original file line number Diff line number Diff line change 37
37
< button class ="theme-button ">
38
38
< span class ="theme-icon material-symbols-outlined "> brightness_6</ span >
39
39
</ button >
40
-
41
40
< div class ="theme-options ">
42
- < button class ="pick-theme pick-default " onclick ="switchToTheme('default') "> < span class ="theme-icon material-symbols-outlined "> brightness_6</ span > default</ button >
43
- < button class ="pick-theme pick-light " onclick ="switchToTheme('light') "> < span class ="theme-icon material-symbols-outlined "> brightness_high</ span > light</ button >
44
- < button class ="pick-theme pick-dark " onclick ="switchToTheme('dark') "> < span class ="theme-icon material-symbols-outlined "> brightness_4</ span > dark</ button >
41
+ < button class ="pick-theme pick-default " onclick ="switchToTheme('default') ">
42
+ < span class ="theme-icon material-symbols-outlined "> brightness_6</ span >
43
+ default
44
+ </ button >
45
+ < button class ="pick-theme pick-light " onclick ="switchToTheme('light') ">
46
+ < span class ="theme-icon material-symbols-outlined "> brightness_high</ span >
47
+ light
48
+ </ button >
49
+ < button class ="pick-theme pick-dark " onclick ="switchToTheme('dark') ">
50
+ < span class ="theme-icon material-symbols-outlined "> brightness_4</ span >
51
+ dark
52
+ </ button >
45
53
</ div >
46
54
</ div >
47
55
Original file line number Diff line number Diff line change 38
38
< button class ="theme-button ">
39
39
< span class ="theme-icon material-symbols-outlined "> brightness_6</ span >
40
40
</ button >
41
-
42
41
< div class ="theme-options ">
43
- < button class ="pick-theme pick-default " onclick ="switchToTheme('default') "> < span class ="theme-icon material-symbols-outlined "> brightness_6</ span > default</ button >
44
- < button class ="pick-theme pick-light " onclick ="switchToTheme('light') "> < span class ="theme-icon material-symbols-outlined "> brightness_high</ span > light</ button >
45
- < button class ="pick-theme pick-dark " onclick ="switchToTheme('dark') "> < span class ="theme-icon material-symbols-outlined "> brightness_4</ span > dark</ button >
42
+ < button class ="pick-theme pick-default " onclick ="switchToTheme('default') ">
43
+ < span class ="theme-icon material-symbols-outlined "> brightness_6</ span >
44
+ default
45
+ </ button >
46
+ < button class ="pick-theme pick-light " onclick ="switchToTheme('light') ">
47
+ < span class ="theme-icon material-symbols-outlined "> brightness_high</ span >
48
+ light
49
+ </ button >
50
+ < button class ="pick-theme pick-dark " onclick ="switchToTheme('dark') ">
51
+ < span class ="theme-icon material-symbols-outlined "> brightness_4</ span >
52
+ dark
53
+ </ button >
46
54
</ div >
47
55
</ div >
48
56
Original file line number Diff line number Diff line change 37
37
< button class ="theme-button ">
38
38
< span class ="theme-icon material-symbols-outlined "> brightness_6</ span >
39
39
</ button >
40
-
41
40
< div class ="theme-options ">
42
- < button class ="pick-theme pick-default " onclick ="switchToTheme('default') "> < span class ="theme-icon material-symbols-outlined "> brightness_6</ span > default</ button >
43
- < button class ="pick-theme pick-light " onclick ="switchToTheme('light') "> < span class ="theme-icon material-symbols-outlined "> brightness_high</ span > light</ button >
44
- < button class ="pick-theme pick-dark " onclick ="switchToTheme('dark') "> < span class ="theme-icon material-symbols-outlined "> brightness_4</ span > dark</ button >
41
+ < button class ="pick-theme pick-default " onclick ="switchToTheme('default') ">
42
+ < span class ="theme-icon material-symbols-outlined "> brightness_6</ span >
43
+ default
44
+ </ button >
45
+ < button class ="pick-theme pick-light " onclick ="switchToTheme('light') ">
46
+ < span class ="theme-icon material-symbols-outlined "> brightness_high</ span >
47
+ light
48
+ </ button >
49
+ < button class ="pick-theme pick-dark " onclick ="switchToTheme('dark') ">
50
+ < span class ="theme-icon material-symbols-outlined "> brightness_4</ span >
51
+ dark
52
+ </ button >
45
53
</ div >
46
54
</ div >
47
55
You can’t perform that action at this time.
0 commit comments