add filter elements to page
This commit is contained in:
parent
3c77492294
commit
ac73c80ea6
3 changed files with 99 additions and 0 deletions
|
@ -148,6 +148,16 @@ footer {
|
|||
}
|
||||
|
||||
|
||||
summary h1, summary h2, summary h3, summary h4 {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
summary:focus-within {
|
||||
outline: none;
|
||||
color: var(--focus-text);
|
||||
}
|
||||
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
:root {
|
||||
--gradient:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue