mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-10 00: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;
|
||||
}
|
||||
|
||||
blockquote,
|
||||
:not(pre) > code,
|
||||
img,
|
||||
pre {
|
||||
pre,
|
||||
:not(pre) > code {
|
||||
border-color: #444;
|
||||
}
|
||||
|
||||
|
|
|
@ -55,6 +55,7 @@ blockquote {
|
|||
}
|
||||
}
|
||||
|
||||
/* WCAG guidelines recommend signalling the current page */
|
||||
a[aria-current="page"] {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
@ -144,7 +145,7 @@ img:not(.u-photo) {
|
|||
* reducing the number of DOM nodes rendered at once. */
|
||||
footer,
|
||||
section[role="doc-endnotes"] {
|
||||
border-top: 1px solid #aaa;
|
||||
border-top: 1px solid;
|
||||
content-visibility: auto;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue