index — crispy-website @ 5a2e0aa451c43528cc958d0a4f90a7e6ab2123a8

My personal homepage (very crispy)

css: add yellow link color
crispy-caesus crispy@crispy-caesus.eu
Wed, 25 Mar 2026 19:51:06 +0100
commit

5a2e0aa451c43528cc958d0a4f90a7e6ab2123a8

parent

b2833696ecf3476a6db3ea067086321b8504f028

2 files changed, 5 insertions(+), 2 deletions(-)

jump to
M static/global.cssstatic/global.css

@@ -11,3 +11,8 @@

min-height: 100vh; padding: 2em; } + +a { + color: #ffcc00; + text-decoration: none; +}
M static/index.cssstatic/index.css

@@ -129,8 +129,6 @@ margin: 1em 0;

} a { - color: #52b7ff; - text-decoration: none; font-weight: bold; }