diff --git a/assets/style/style.css b/assets/style/style.css index 6122eb3..233dcb8 100644 --- a/assets/style/style.css +++ b/assets/style/style.css @@ -247,14 +247,15 @@ h6 { heading-level { color: var(--autumnYellow); font-weight: normal; - font-size: .9em; + font-size: 0.9em; } a:link { color: var(--crystalBlue); } -a:active, a:focus { +a:active, +a:focus { outline: none; color: none; } @@ -284,7 +285,7 @@ blockquote { border-left-color: var(--sumiInk4); } -blockquote > p { +blockquote>p { margin: 0; } @@ -314,13 +315,14 @@ code { padding: 2px; font-family: monospace; line-height: 22px; + background-color: var(--sumiInk2); } -p > code { +p>code { font-size: 0.9rem; } -pre > code { +pre>code { background-color: unset; display: block; } @@ -344,7 +346,10 @@ li { margin-top: 2px; } -dt::marker, dd::marker, dl::marker, li::marker { +dt::marker, +dd::marker, +dl::marker, +li::marker { color: var(--crystalBlue); }