From 3a396753ef985699b52dd056796f338415c99b37 Mon Sep 17 00:00:00 2001 From: davidovski Date: Sun, 31 Oct 2021 00:31:46 +0100 Subject: added gif image generation --- resources/style.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'resources') diff --git a/resources/style.css b/resources/style.css index b0c66fa..76b4338 100644 --- a/resources/style.css +++ b/resources/style.css @@ -23,9 +23,9 @@ body { background-color: var(--bg-light); background-image: url("/images/bg.gif"); background-repeat: repeat; + background-attachment: fixed; /*background-image: url("https://davidovski.xyz/images/bg.png");*/ - background-position: absolute; color: var(--fg); font-family: mononoki; font-size: 16px; @@ -38,6 +38,11 @@ a { text-decoration: none; } +a:hover { + color: var(--cyan); + text-decoration: underline; +} + h1 { color: var(--white); } -- cgit v1.2.1