Refactoring: new background selector
This commit is contained in:
parent
5427a4cb05
commit
82093ffdf4
25 changed files with 658 additions and 269 deletions
|
@ -434,6 +434,10 @@ select:hover {
|
|||
color: var(--background-color);
|
||||
}
|
||||
|
||||
.bg-black-transparent {
|
||||
background-color: #00000088;
|
||||
}
|
||||
|
||||
.block-ruby {
|
||||
display: block ruby;
|
||||
}
|
||||
|
@ -455,6 +459,9 @@ select:hover {
|
|||
display: none;
|
||||
}
|
||||
|
||||
.no-weblate weblate {
|
||||
display: none;
|
||||
}
|
||||
.link-underline a {
|
||||
text-decoration: underline 1px var(--foreground-color);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue