mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-22 04:24:23 +00:00
apply code format
This commit is contained in:
parent
00651f4871
commit
79c5b864ef
@ -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%);
|
||||
|
@ -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;
|
||||
}
|
||||
|
||||
|
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user