mirror of
https://github.com/romancm/gamebrary
synced 2024-11-12 22:47:14 +00:00
Adjust semi-transparent bg
This commit is contained in:
parent
02d5836ae1
commit
5321b08e5b
1 changed files with 2 additions and 2 deletions
|
@ -78,13 +78,13 @@
|
|||
|
||||
&.dark,
|
||||
&.bg-dark {
|
||||
background: rgba(53, 54, 58, 0.5) !important;
|
||||
background: rgba(53, 54, 58, 0.7) !important;
|
||||
color: var(--light) !important;
|
||||
}
|
||||
|
||||
&.light,
|
||||
&.bg-light {
|
||||
color: var(--dark) !important;
|
||||
background: rgba(222, 228, 231, 0.5) !important;
|
||||
background: rgba(222, 228, 231, 0.7) !important;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue