summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorMartial Simon <msimon_fr@hotmail.com>2024-08-15 18:25:10 +0200
committerMartial Simon <msimon_fr@hotmail.com>2024-08-15 18:25:10 +0200
commit0b789f49b1a242a3e06eb79b33f7ed7fd94550d5 (patch)
tree8ddaea069977d960adcaaf275a9ea4e53f18bd04 /style.css
parentc4fb17fe6f55bdd48d69e5e2fbe68b21aac6b1d4 (diff)
feat: finished the Web Revival section
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;