Fixed pop-up window header and footer background

Updated h2, h3, h4 colors
Added --darkmode-text-alt
This commit is contained in:
Carve 2022-11-29 08:42:54 -05:00
parent 6dafa14a6f
commit 7094f6f447
3 changed files with 4 additions and 2 deletions

View File

@ -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;

View File

@ -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%;

View File

@ -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;
}