1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-22 12:34:19 +00:00

apply code format

This commit is contained in:
d47081 2023-11-11 07:46:46 +02:00
parent 00651f4871
commit 79c5b864ef
3 changed files with 3 additions and 3 deletions

View File

@ -34,7 +34,7 @@
}
* {
--color-text-blue: hsl(210.3, 88.1%, 73.5%);
--color-text-blue: hsl(210deg 88.1% 73.5%);
--color-text-default: hsl(0deg 0% 90%);
--color-background-popup: hsl(0deg 0% 20%);
--color-background-default: hsl(0deg 0% 25%);

View File

@ -16,8 +16,8 @@ input[type="password"],
input[type="button"],
button,
select {
border-radius: 3px;
border: 1px solid var(--color-border-default);
border-radius: 3px;
padding: 4px;
}

View File

@ -15,8 +15,8 @@ input[type="button"],
input[type="submit"],
button,
select {
border-radius: 3px;
border: 1px solid var(--color-border-default);
border-radius: 3px;
padding: 4px;
}