mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-23 21:02:09 +00:00
CSS: embrace the default border color
This commit is contained in:
parent
ac930ce9a8
commit
eda72198aa
1 changed files with 3 additions and 3 deletions
|
@ -41,7 +41,7 @@ html {
|
||||||
/* narrow screens: reduce margin for blockquotes a lot, using
|
/* narrow screens: reduce margin for blockquotes a lot, using
|
||||||
* a thick left-side border instead. */
|
* a thick left-side border instead. */
|
||||||
blockquote {
|
blockquote {
|
||||||
border-left: 4px solid #aaa;
|
border-left: 4px solid;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding-left: 0.8em;
|
padding-left: 0.8em;
|
||||||
}
|
}
|
||||||
|
@ -61,7 +61,7 @@ h1 {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Very narrow screens: full hyphenation */
|
/* Very narrow screens: full hyphenation */
|
||||||
@media (max-width: 180px) {
|
@media (max-width: 11em) {
|
||||||
article,
|
article,
|
||||||
h2,
|
h2,
|
||||||
h3 {
|
h3 {
|
||||||
|
@ -89,7 +89,7 @@ kbd {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* narrow screens: remove unused figure margins for text figures. */
|
/* narrow screens: remove unused figure margins */
|
||||||
|
|
||||||
figure {
|
figure {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|
Loading…
Reference in a new issue