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; color: #c80;
} }
blockquote, pre,
:not(pre) > code, :not(pre) > code {
img,
pre {
border-color: #444; border-color: #444;
} }

View file

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