link
This commit is contained in:
parent
0b8cae18c6
commit
d590c16697
4 changed files with 19 additions and 6 deletions
|
@ -54,7 +54,7 @@
|
|||
|
||||
/* main */
|
||||
|
||||
#theme {
|
||||
#link, #theme {
|
||||
background-color: var(--button-background);
|
||||
}
|
||||
#vcard {
|
||||
|
@ -90,10 +90,11 @@ h2, h3, header {
|
|||
border-top: var(--border-on);
|
||||
}
|
||||
|
||||
.link a:not(:has(img)),
|
||||
.link button.link {
|
||||
background: var(--anchor-gradient);
|
||||
}
|
||||
a:not(:has(img)) {
|
||||
@media screen {
|
||||
background: var(--anchor-gradient);
|
||||
}
|
||||
color: inherit;
|
||||
padding: 0 .25em;
|
||||
text-decoration: none;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue