Compare commits
2 commits
f3171b74ef
...
f98b90e39c
Author | SHA1 | Date | |
---|---|---|---|
f98b90e39c | |||
1a250248b5 |
3 changed files with 6 additions and 3 deletions
|
@ -93,7 +93,6 @@ h2, h3, header {
|
||||||
border-top: var(--border-on);
|
border-top: var(--border-on);
|
||||||
}
|
}
|
||||||
|
|
||||||
.link #qa,
|
|
||||||
.link a:not(:has(img)),
|
.link a:not(:has(img)),
|
||||||
.link button.link {
|
.link button.link {
|
||||||
background: var(--anchor-gradient);
|
background: var(--anchor-gradient);
|
||||||
|
@ -264,3 +263,7 @@ ul {
|
||||||
/* way too blurry as PDF output above .041em */
|
/* way too blurry as PDF output above .041em */
|
||||||
strong, th { text-shadow: .05em .05em .041em; }
|
strong, th { text-shadow: .05em .05em .041em; }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media screen {
|
||||||
|
.link #qa { background: var(--anchor-gradient); }
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue