summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorMartial Simon <msimon_fr@hotmail.com>2024-12-31 14:13:08 +0100
committerMartial Simon <msimon_fr@hotmail.com>2024-12-31 14:13:08 +0100
commitfb79959119914824fb75ab84e65b87b8b977880c (patch)
treec11cb5e75fb13282d7c661f41a7e605d1e56753d /style.css
parentefd596f77ceb8c9ad3eacdf81856e038ae3718b5 (diff)
feat: coloscheme update and timeline reverse
Diffstat (limited to 'style.css')
-rw-r--r--style.css18
1 files changed, 9 insertions, 9 deletions
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;