small css QoL changes
This commit is contained in:
parent
46cb60c251
commit
ff21111cef
9
public/css/w0bmcustom.css
vendored
9
public/css/w0bmcustom.css
vendored
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user