mirror of
https://github.com/Carve/qbittorrent-webui-cjratliff.com.git
synced 2025-02-28 23:50:57 +01:00
Fixed pop-up window header and footer background
Updated h2, h3, h4 colors Added --darkmode-text-alt
This commit is contained in:
parent
6dafa14a6f
commit
7094f6f447
@ -28,6 +28,7 @@ Notes:
|
||||
--darkmode-background-alt: #242424;
|
||||
--darkmode-background-alt2: #4e4e4e;
|
||||
--darkmode-text: #c2c2c2;
|
||||
--darkmode-text-alt: #d3d3d3;
|
||||
--darkmode-line-color: #2F3437;
|
||||
--highlight-color--darkred: #be3e3c;
|
||||
--highlight-color--red: #FF8A88;
|
||||
|
@ -28,6 +28,7 @@ body {
|
||||
}
|
||||
|
||||
#desktop {
|
||||
background: var(--darkmode-background);
|
||||
cursor: default; /* Fix for issue in IE7. IE7 wants to use the I-bar text cursor */
|
||||
height: 100%;
|
||||
min-height: 100%;
|
||||
|
@ -38,7 +38,7 @@ body {
|
||||
h2,
|
||||
h3,
|
||||
h4 {
|
||||
color: #333;
|
||||
color: var(--darkmode-text-alt);
|
||||
font-size: 12px;
|
||||
font-weight: bold;
|
||||
margin: 0;
|
||||
@ -46,7 +46,7 @@ h4 {
|
||||
}
|
||||
|
||||
h2 {
|
||||
color: #555;
|
||||
color: var(--darkmode-text);
|
||||
font-size: 14px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user