Update preprocessed CSS files

This commit is contained in:
Tautvydas Baliukynas 2025-01-25 19:02:12 +02:00
parent 63ad92c9a8
commit 63a24a8a26
2 changed files with 4 additions and 2 deletions

View file

@ -436,7 +436,8 @@ body {
var(--border-dark); var(--border-dark);
} }
input::-webkit-slider-thumb { input::-webkit-slider-thumb,
input::-moz-range-thumb {
-webkit-appearance: none; -webkit-appearance: none;
appearance: none; appearance: none;
width: 8px; width: 8px;
@ -447,6 +448,7 @@ body {
box-sizing: border-box; box-sizing: border-box;
border-color: var(--border-light) var(--border-dark) var(--border-dark) border-color: var(--border-light) var(--border-dark) var(--border-dark)
var(--border-light); var(--border-light);
border-radius: 0;
} }
label { label {

2
css/cs16.min.css vendored

File diff suppressed because one or more lines are too long