1
0
Fork 0
mirror of https://git.sr.ht/~seirdy/seirdy.one synced 2024-09-19 20:02:10 +00:00

CSS: more browser default colors for borders.

This commit is contained in:
Rohan Kumar 2022-04-10 20:41:35 -07:00
parent 072ab1dfff
commit 97d9cdeb63
No known key found for this signature in database
GPG key ID: 1E892DB2A5F84479
2 changed files with 4 additions and 5 deletions

View file

@ -19,10 +19,8 @@
color: #c80;
}
blockquote,
:not(pre) > code,
img,
pre {
pre,
:not(pre) > code {
border-color: #444;
}

View file

@ -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;
}