forked from deepStateMirrors/tabi
🎨 refactor: turn macros into partials & sort CSS (#146)
This commit is contained in:
parent
cc029d0b19
commit
14ccb208cf
33 changed files with 392 additions and 421 deletions
|
@ -7,14 +7,14 @@
|
|||
}
|
||||
|
||||
.quote-label {
|
||||
font-family: var(--sans-serif-font);
|
||||
display: none;
|
||||
cursor: pointer;
|
||||
border-radius: 5px;
|
||||
color: var(--meta-color);
|
||||
font-size: 0.75rem;
|
||||
font-family: var(--sans-serif-font);
|
||||
text-align: center;
|
||||
text-decoration: none;
|
||||
font-size: 0.75rem;
|
||||
border-radius: 5px;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.quote-toggle:not(:checked) ~ .quote .translated .quote-label-original,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue