mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-10 00:12:09 +00:00
Don't bold <dt>
It'll cause confusion with <h4>, and an upcoming post will have a lot of those.
This commit is contained in:
parent
a7fe8eb259
commit
7b11f993e2
1 changed files with 0 additions and 5 deletions
|
@ -480,12 +480,7 @@ h1 {
|
||||||
|
|
||||||
/* <kbd> should be distinguished from <code> and surrounding text
|
/* <kbd> should be distinguished from <code> and surrounding text
|
||||||
* in a way beyond font-face; at least two visual distinctions needed
|
* in a way beyond font-face; at least two visual distinctions needed
|
||||||
* Also, Small text is easier to read when slightly bolder.
|
|
||||||
* This is important in the dark theme where I set my own colors and
|
|
||||||
* try to maintain good perceptual contrast even for small text, but
|
|
||||||
* I don't want toggling the theme to impact anything besides color so
|
|
||||||
* I set the weight here. */
|
* I set the weight here. */
|
||||||
dt,
|
|
||||||
kbd {
|
kbd {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue