logo

blog

My website can't be that messy, right? git clone https://hacktivis.me/git/blog.git
commit: eae240c6858bd0652439a42aea346fd048f2af3e
parent 806510ccd8abdd1fd2168de3539a5b1096f0dbe1
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Fri,  7 Jun 2024 13:31:27 +0200

css/mandoc: Use red color for empty href

Diffstat:

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

diff --git a/css/mandoc.in.css b/css/mandoc.in.css @@ -51,6 +51,12 @@ a[href] { color: var(--ansi13); } +/* empty href */ +a[href=""] { + color: @ansi09@; + color: var(--ansi09); +} + a { outline-color: invert; outline-color: @ansi11@;