mirror of
https://github.com/pawroman/zola-theme-terminimal.git
synced 2025-01-10 20:51:05 +01:00
Revert "Remove accent color from monospaced text"
This reverts commit 87fae7a272
.
This commit is contained in:
parent
c11734914a
commit
b496cde4d6
|
@ -120,6 +120,7 @@ figure {
|
||||||
code {
|
code {
|
||||||
font-family: Hack, DejaVu Sans Mono, Monaco, Consolas, Ubuntu Mono, monospace;
|
font-family: Hack, DejaVu Sans Mono, Monaco, Consolas, Ubuntu Mono, monospace;
|
||||||
font-feature-settings: normal;
|
font-feature-settings: normal;
|
||||||
|
background: var(--accent-alpha-20);
|
||||||
padding: 1px 6px;
|
padding: 1px 6px;
|
||||||
margin: 0 2px;
|
margin: 0 2px;
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
|
|
Loading…
Reference in a new issue