From e8f94d14c37f5476b345407c11d1e65978cacec9 Mon Sep 17 00:00:00 2001 From: funix Date: Sun, 7 Nov 2021 12:39:52 +0100 Subject: [PATCH] fin --- index.php | 3 ++- style.css | 11 ++++++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/index.php b/index.php index 7c80fbd..05a7a10 100644 --- a/index.php +++ b/index.php @@ -14,7 +14,8 @@

## # Not-completely-fully automated {{luxury}} layouting # ##

-

Welcome %%%%%%%%%%

+

You can find the repo at https://git.xpub.nl/poni/auto-layouting

+ Introducing paged.js

diff --git a/style.css b/style.css index c797dda..6af1ecc 100644 --- a/style.css +++ b/style.css @@ -34,12 +34,21 @@ h1:hover { h2 { font-size: 4vw; color: aqua; - filter: blur(3px); +} + +h2 a { + text-decoration: none; + filter: none; + color: aqua; } h2:hover { filter: none; +} + +h2 a:hover { text-decoration: none; + filter: blur(3px); } div {