aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorNikita Tchayka <nikitatchayka@gmail.com>2023-08-28 22:28:06 +0100
committerNikita Tchayka <nikitatchayka@gmail.com>2023-08-28 22:28:06 +0100
commitc42528a68d0a13fd7b8d9e3448def4db35ef6096 (patch)
tree1ce34d01ffa67759c5e1f27ab0e5fd52f494bca6 /src
parent8db3c544020c00f85a6d85ba61e3e137436104bb (diff)
downloadneohaskell.github.io-c42528a68d0a13fd7b8d9e3448def4db35ef6096.tar.gz
neohaskell.github.io-c42528a68d0a13fd7b8d9e3448def4db35ef6096.tar.bz2
neohaskell.github.io-c42528a68d0a13fd7b8d9e3448def4db35ef6096.zip
update
Diffstat (limited to 'src')
-rw-r--r--src/css/custom.css34
1 files changed, 27 insertions, 7 deletions
diff --git a/src/css/custom.css b/src/css/custom.css
index 6eed942..31779cf 100644
--- a/src/css/custom.css
+++ b/src/css/custom.css
@@ -27,11 +27,11 @@ p, li {
font-family: 'Ubuntu', sans-serif;
}
-.navbar {
+/* .navbar {
flex: auto;
- background-color: theme('colors.background');
border: 0;
box-shadow: none;
+ height: 96px;
}
.navbar__item {
@@ -52,7 +52,30 @@ p, li {
border-width: 2px;
margin: 0 0.5rem;
}
+*/
+
+.navbar__title {
+ font-family: Lexend Mega, sans-serif;
+ font-size: 1.5rem;
+}
+.navbar__link {
+ text-decoration: underline;
+ text-decoration-style: wavy;
+}
+
+.navbar__link--active {
+ font-weight: bolder;
+ text-decoration-thickness: 2px;
+}
+
+
+.navbar__link:hover {
+ text-decoration: underline;
+ text-decoration-style: wavy;
+}
+
+/*
.navbar__items--right > .navbar__item {
background-color: yellow;
border-color: black;
@@ -74,18 +97,15 @@ p, li {
.navbar__logo {
margin: 0;
- background-color: white;
- border-radius: 100%;
- height: 64px;
}
.navbar__logo > img {
- padding: 12px;
+ padding: 18px;
}
.navbar__items--right > .navbar__item > svg {
display: none;
-}
+} */
/* You can override the default Infima variables here. */
/* :root {