small css QoL changes

This commit is contained in:
Kibi Kelburton 2024-10-07 21:09:50 +02:00
parent 46cb60c251
commit ff21111cef

View File

@ -3464,7 +3464,7 @@ button.w0bmcustom-css:hover {
button.chilledblue-css {
width: 100%;
padding-bottom: 5px;
padding: 5px;
background: #142121;
border: 1px solid #131916;
margin-bottom: 5px;
@ -4235,6 +4235,7 @@ pre {
background: black;
width: 100%;
margin-bottom: 5px;
padding: 5px;
}
.toggo {
@ -4306,4 +4307,8 @@ input[type=range]:-moz-focusring{
input[type=range]:focus::-moz-range-track {
background: #ccc;
}
}
div#switcher button {
line-height: 1;
}