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

CSS: embrace the default border color

This commit is contained in:
Rohan Kumar 2022-04-16 14:34:30 -07:00
parent ac930ce9a8
commit eda72198aa
No known key found for this signature in database
GPG key ID: 1E892DB2A5F84479

View file

@ -41,7 +41,7 @@ html {
/* narrow screens: reduce margin for blockquotes a lot, using
* a thick left-side border instead. */
blockquote {
border-left: 4px solid #aaa;
border-left: 4px solid;
margin: 0;
padding-left: 0.8em;
}
@ -61,7 +61,7 @@ h1 {
}
/* Very narrow screens: full hyphenation */
@media (max-width: 180px) {
@media (max-width: 11em) {
article,
h2,
h3 {
@ -89,7 +89,7 @@ kbd {
font-weight: bold;
}
/* narrow screens: remove unused figure margins for text figures. */
/* narrow screens: remove unused figure margins */
figure {
margin: 0;