Seasonal changes!
diff --git a/styles/Components/header.module.css b/styles/Components/header.module.css
index 1c2e3f3..17d1ee4 100644
--- a/styles/Components/header.module.css
+++ b/styles/Components/header.module.css
@@ -165,22 +165,3 @@
margin-bottom: 0px;
margin-top: 25px;
}
-
-.typedEffect {
- animation: blink-caret 1s ease-in-out infinite;
- border-right: 0.08em solid var(--theme-ui-colors-text);
- margin-left: 5px;
- background-color: var(--theme-ui-colors-text);
- height: 1.5em;
- width: 2px;
-}
-
-@keyframes blink-caret {
- from,
- to {
- opacity: 0%;
- }
- 50% {
- opacity: 100%;
- }
-}
\ No newline at end of file
diff --git a/styles/Components/navbar.module.css b/styles/Components/navbar.module.css
index 2329643..394cba2 100644
--- a/styles/Components/navbar.module.css
+++ b/styles/Components/navbar.module.css
@@ -4,6 +4,7 @@
margin: 0;
padding: 0;
user-select: none;
+ border-radius: 100vw;
}
.themeChangeIcon {