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;
|
text-align: center;
|
||||||
line-height: 3rem;
|
line-height: 3rem;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
background: rgba(255, 255, 255, 0.8);
|
background: var(--textColor);
|
||||||
color: rgba(0, 0, 0, 0.6);
|
color: var(--bgColor);
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
.main button.change-color-button:hover {
|
.main button.change-color-button:hover {
|
||||||
background: white;
|
background: var(--boldColor);
|
||||||
}
|
}
|
||||||
.main dialog.change-color-dialog {
|
.main dialog.change-color-dialog {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
|
|
@ -270,12 +270,12 @@ body {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
line-height: 3rem;
|
line-height: 3rem;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
background: rgba(255, 255, 255, 0.8);
|
background: var(--textColor);
|
||||||
color: rgba(0, 0, 0, 0.6);
|
color: var(--bgColor);
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
background: white;
|
background: var(--boldColor);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue