css: more changes to the button uwu
Signed-off-by: Naman Sood <mail@nsood.in>
This commit is contained in:
parent
ac7b98de3e
commit
4320ff4817
2 changed files with 6 additions and 6 deletions
|
@ -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;
|
||||
|
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue