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 e864ef832e524b4604ff9ec193214f7710d09123
parent 1740ab81ded9a226c8fd1561a6ba1d02f1228daa
Author: FIGBERT <figbert@figbert.com>
Date:   Sat, 25 Dec 2021 14:37:24 -0800

Style <abbr> elements in global.css

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

diff --git a/static/global.css b/static/global.css @@ -139,6 +139,14 @@ td, th { text-align: left; } +/* Abbreviations */ +abbr { + text-decoration-line: underline; + text-decoration-style: dotted; + text-decoration-color: var(--tertiary-color); + text-decoration-thickness: 2px; +} + /* Keyboard */ kbd { color: var(--background-color);