From bc29050fdc375554a298edeeda038afc6f5a2b64 Mon Sep 17 00:00:00 2001 From: dalfuss Date: Mon, 23 Dec 2024 18:54:57 +0100 Subject: [PATCH] few tweaks, added colours for jax --- css/custom.css | 14 +++++++++++--- index.html | 17 ++++++++++++++--- 2 files changed, 25 insertions(+), 6 deletions(-) diff --git a/css/custom.css b/css/custom.css index 0b043e1..e642cc5 100644 --- a/css/custom.css +++ b/css/custom.css @@ -20,18 +20,22 @@ border-radius: 10px; margin: 10px; } -.white { +.light { color: black; } a { -color: #1BEC99; +color: #F5A9B8; text-decoration: none; transition: color 0.3s; } a:hover { -color: #FD3656; +color: #5BCEFA; +} + +a:visited { + color: #5BCEFA; } .popup { @@ -54,3 +58,7 @@ z-index: 1000; display: block; } +.jax { + color: #A8C5DB; + +} \ No newline at end of file diff --git a/index.html b/index.html index 321dbcd..fe822c7 100644 --- a/index.html +++ b/index.html @@ -13,11 +13,22 @@

These are the colours I use!

Dalfuss "Brand" Colours

-
#F5A9B8
-
#5BCFFA
-
#FFFFFF
+
#F5A9B8
+
#5BCFFA
+
#FFFFFF
#161618
+ +

Jax P. Nolan

+
+
Skin
#A8C5DB
+
Dyed Hair
#F5A9B8
+
Natural Hair
#12354B
+
Eyes
#105522
+
Freckles
#12404B
+
+ +