mirror of
https://github.com/twofas/2fas-browser-extension.git
synced 2024-11-22 18:19:59 +01:00
#1163 Manual config colors change
This commit is contained in:
parent
0dae7e0bdd
commit
863adb1b43
@ -669,15 +669,16 @@
|
||||
}
|
||||
|
||||
.twofas-qr-container-manual {
|
||||
background-color: $color-header;
|
||||
background-color: $bg;
|
||||
border-radius: 32px;
|
||||
color: $color-2;
|
||||
color: $color;
|
||||
font-size: 14px;
|
||||
margin-bottom: 16px;
|
||||
padding: 12px 20px;
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
background-color: $bg-dark;
|
||||
color: $color-2;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user