mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-27 14:12:09 +00:00
CSS: more browser default colors for borders.
This commit is contained in:
parent
072ab1dfff
commit
97d9cdeb63
2 changed files with 4 additions and 5 deletions
|
@ -19,10 +19,8 @@
|
||||||
color: #c80;
|
color: #c80;
|
||||||
}
|
}
|
||||||
|
|
||||||
blockquote,
|
pre,
|
||||||
:not(pre) > code,
|
:not(pre) > code {
|
||||||
img,
|
|
||||||
pre {
|
|
||||||
border-color: #444;
|
border-color: #444;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -55,6 +55,7 @@ blockquote {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* WCAG guidelines recommend signalling the current page */
|
||||||
a[aria-current="page"] {
|
a[aria-current="page"] {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
@ -144,7 +145,7 @@ img:not(.u-photo) {
|
||||||
* reducing the number of DOM nodes rendered at once. */
|
* reducing the number of DOM nodes rendered at once. */
|
||||||
footer,
|
footer,
|
||||||
section[role="doc-endnotes"] {
|
section[role="doc-endnotes"] {
|
||||||
border-top: 1px solid #aaa;
|
border-top: 1px solid;
|
||||||
content-visibility: auto;
|
content-visibility: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue