diff options
| author | Martial Simon <msimon_fr@hotmail.com> | 2024-12-24 16:55:49 +0100 |
|---|---|---|
| committer | Martial Simon <msimon_fr@hotmail.com> | 2024-12-24 16:55:49 +0100 |
| commit | 6a210e54cbcf7cc26e9a36188b55b01a86e32826 (patch) | |
| tree | f7e95c59593501f3b8607fd02e8c1439e808897b /style.css | |
| parent | 0b789f49b1a242a3e06eb79b33f7ed7fd94550d5 (diff) | |
feat: added <hr> between culture texts, added contact info
Diffstat (limited to 'style.css')
| -rw-r--r-- | style.css | 13 |
1 files changed, 9 insertions, 4 deletions
@@ -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; |
