summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/style.css b/style.css
index 33c00d2..ea2b9cb 100644
--- a/style.css
+++ b/style.css
@@ -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;