logo

blog

My little blog can’t be this cute! git clone https://hacktivis.me/git/blog.git
commit: ecdae08fa27ebe06c9347cab404639925ca7fc75
parent 8d1f25d45b747afbdea41110603572aff909f94f
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Wed,  1 Jan 2020 06:34:35 +0100

index.css: style abbr element

Diffstat:

Mcss/index.css6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/css/index.css b/css/index.css @@ -2,6 +2,12 @@ /* elements */ a { color: var(--dark-ansi05); } +abbr { + text-decoration: underline; + text-decoration: dotted underline; + text-decoration-color: var(--dark-ansi02); + cursor: help; +} body, html { background-color: var(--dark-ansi00-hard); color: var(--dark-ansi15);