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