css: more changes to the button uwu

Signed-off-by: Naman Sood <mail@nsood.in>
This commit is contained in:
Naman Sood 2023-03-11 10:33:38 -05:00
parent ac7b98de3e
commit 4320ff4817
2 changed files with 6 additions and 6 deletions

View file

@ -243,12 +243,12 @@ body.blue-mode {
text-align: center;
line-height: 3rem;
padding: 0;
background: rgba(255, 255, 255, 0.8);
color: rgba(0, 0, 0, 0.6);
background: var(--textColor);
color: var(--bgColor);
cursor: pointer;
}
.main button.change-color-button:hover {
background: white;
background: var(--boldColor);
}
.main dialog.change-color-dialog {
position: fixed;

View file

@ -270,12 +270,12 @@ body {
text-align: center;
line-height: 3rem;
padding: 0;
background: rgba(255, 255, 255, 0.8);
color: rgba(0, 0, 0, 0.6);
background: var(--textColor);
color: var(--bgColor);
cursor: pointer;
&:hover {
background: white;
background: var(--boldColor);
}
}