diff options
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; |
