From fb79959119914824fb75ab84e65b87b8b977880c Mon Sep 17 00:00:00 2001 From: Martial Simon Date: Tue, 31 Dec 2024 14:13:08 +0100 Subject: feat: coloscheme update and timeline reverse --- style.css | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'style.css') diff --git a/style.css b/style.css index 01a9a63..34ec635 100644 --- a/style.css +++ b/style.css @@ -146,10 +146,10 @@ h1:hover,h2:hover { content: ''; width: 4px; height: calc(15px + 100%); - background: #add8e6; + background: #7b7b7b; left: 14px; border: 1px solid grey; - box-shadow: 1px 1px 1px #696969; + box-shadow: 1px 1px 1px #2C2C2C; border-radius: 3px; } @@ -166,7 +166,7 @@ h1:hover,h2:hover { .timestamp span { font-family: Finkheavy; - filter: drop-shadow(2px 2px #fffaf0); + filter: drop-shadow(1.5px 1.5px #fffaf0); } .timestamp::before { @@ -207,16 +207,16 @@ h1:hover,h2:hover { position: absolute; width: 10px; height: 10px; - background: #2c778f; + background: #fffaf099; top: 7px; left: 11px; - border: 1px solid #1e5262; + border: 1px solid #2c2c2c; border-radius: 100%; } .events:hover::after { - background: #1e5262; - border: 1px solid #2c778f; + background: #2c2c2c99; + border: 1px solid #fffaf0; } .event { @@ -272,8 +272,8 @@ h1:hover,h2:hover { } #labels { - position: absolute; - right: 0; + /*position: absolute; + right: 0;*/ text-align: right; border-radius: 15px 0 15px 0; border: 1px solid black; -- cgit v1.2.3