From 6a210e54cbcf7cc26e9a36188b55b01a86e32826 Mon Sep 17 00:00:00 2001 From: Martial Simon Date: Tue, 24 Dec 2024 16:55:49 +0100 Subject: feat: added
between culture texts, added contact info --- style.css | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'style.css') diff --git a/style.css b/style.css index ea2b9cb..cafe2df 100644 --- a/style.css +++ b/style.css @@ -107,7 +107,7 @@ section#presentation { } #id-pic:hover { - filter: drop-shadow(#ff7676 0 0 50px); + filter: drop-shadow(#f62c2c 0 0 50px); } h1, h2 { @@ -140,7 +140,7 @@ h1:hover,h2:hover { .timestamp { position: relative; padding: 5px 15px 5px 35px; - background: repeating-radial-gradient(circle farthest-corner at calc(0.5em + 8px) 50%, #8db6ff, #8db600 60%); + background: repeating-radial-gradient(circle farthest-corner at calc(0.5em + 8px) 50%, pink, salmon, #f04040); display: inline-block; width: auto; border-radius: 40px; @@ -158,9 +158,9 @@ h1:hover,h2:hover { content: ''; width: 1em; height: 1em; - background: #8db600; + background: salmon; border-radius: 100%; - border: 1px solid #8db6ff; + border: 1px solid pink; left: 7px; } @@ -337,6 +337,11 @@ h3.skill, .skill-cats h4 { } } +hr { + border: none; + border-top: 2px dashed #f62c2c; +} + .citation { text-align: center; font-weight: bold; -- cgit v1.2.3