Skip to content

Commit b93aa8a

Browse files
authored
Update php_smart.css
1 parent b532073 commit b93aa8a

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

res/css/php_smart.css

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,17 +34,26 @@
3434
td.v {
3535
font-size: 0.8em !important;
3636
box-shadow: 0 0 3px 1px #000 !important;
37+
}
38+
tr.h > th.enabled-mod-bg1 {
39+
padding-left: 10px !important;
3740
}
3841
tr.h > th {
3942
font-size: 0.7em !important;
4043
padding: 3px 0 3px 0 !important;
4144
border-radius: 3px !important;
4245
}
4346
#theme-toggle {
44-
margin-bottom: 3% !important;
47+
margin-bottom: 2.5% !important;
4548
bottom: 0%;
46-
left: 0.5% !important;
47-
width: 35px !important;
49+
left: 1.5% !important;
50+
width: 50px !important;
51+
}
52+
[data-theme="light"] .lightbulb {
53+
fill: #FFF !important;
54+
}
55+
[data-theme="light"] .lightbulb:hover {
56+
fill: #000 !important;
4857
}
4958
#scroll-buttons {
5059
position: fixed;
@@ -124,7 +133,6 @@
124133
}
125134
.p {
126135
font-size:3vw !important;
127-
text-shadow:0 0px 5px #000, 0px 0 3px #000, 0px 0px 2px #000 !important;
128136
padding: 0 0 1vw 0 !important;
129137
margin-block-end: 0em !important;
130138
marging-bottom: 0px !important;

0 commit comments

Comments
 (0)