d3c3nt

[DORMANT] a fairly decent theme for the zola static site engine
git clone git://git.figbert.com/d3c3nt.git
Log | Files | Refs | README | LICENSE

commit 1740ab81ded9a226c8fd1561a6ba1d02f1228daa
parent 80282cd45162af89fa518c6ca0c8743f54309ac5
Author: FIGBERT <figbert@figbert.com>
Date:   Sat, 25 Dec 2021 14:11:20 -0800

Style <mark> elements in global.css

Diffstat:
Mstatic/global.css | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/static/global.css b/static/global.css @@ -151,6 +151,12 @@ kbd { box-shadow: 0 1px 1px rgba(244,245,245,0.15), inset 0 1px 0 0 #FFF; } +/* Highlights */ +mark { + padding: 0.15rem; + background-color: var(--tertiary-color); +} + /* Posts and Projects */ .date-list { padding: 0;