logo

blog

My website can't be that messy, right? git clone https://hacktivis.me/git/blog.git
commit: 2118e7c408e43d40f6e1b66aa26ecffae716b22c
parent 0600cb612fe48564ff38079d0a461b677d81d861
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);