diff options
| author | Martial Simon <msimon_fr@hotmail.com> | 2024-08-15 18:25:10 +0200 |
|---|---|---|
| committer | Martial Simon <msimon_fr@hotmail.com> | 2024-08-15 18:25:10 +0200 |
| commit | 0b789f49b1a242a3e06eb79b33f7ed7fd94550d5 (patch) | |
| tree | 8ddaea069977d960adcaaf275a9ea4e53f18bd04 /style.css | |
| parent | c4fb17fe6f55bdd48d69e5e2fbe68b21aac6b1d4 (diff) | |
feat: finished the Web Revival section
Diffstat (limited to 'style.css')
| -rw-r--r-- | style.css | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -57,6 +57,10 @@ nav sep { margin: auto 0; } +.text-link:hover { + font-weight: bold; +} + .text-link::after { content: '<'; } @@ -65,6 +69,10 @@ nav sep { content: '>'; } +.link-color { + color: var(--lblue); +} + section>span>p { padding-left: 30vw; } @@ -209,6 +217,7 @@ h1:hover,h2:hover { } .event:hover { + border-right: none; box-shadow: 2px 2px rgb(20, 20, 255); transform: translate(-2px, -2px); animation: 1s ease-in-out alternate infinite blue-shift; |
