aboutsummaryrefslogtreecommitdiff
path: root/assets/base.css
diff options
context:
space:
mode:
authorJulien Dessaux2023-01-27 23:05:50 +0100
committerJulien Dessaux2023-01-27 23:05:50 +0100
commit6ad4e164af37e6fe90283a4b9b124c03057d3805 (patch)
tree2303d0c190d73ab69783718892fbf050f6821baa /assets/base.css
parentImprove link target size on mobile (lighthouse) (diff)
downloadwww-6ad4e164af37e6fe90283a4b9b124c03057d3805.tar.gz
www-6ad4e164af37e6fe90283a4b9b124c03057d3805.tar.bz2
www-6ad4e164af37e6fe90283a4b9b124c03057d3805.zip
Update nav menu css
Diffstat (limited to 'assets/base.css')
-rw-r--r--assets/base.css21
1 files changed, 2 insertions, 19 deletions
diff --git a/assets/base.css b/assets/base.css
index b1345da..cb62dec 100644
--- a/assets/base.css
+++ b/assets/base.css
@@ -74,14 +74,6 @@
--br_violet: #825dc0;
}
-#themes {
- background-color: var(--bg-0);
- border: none;
- color: var(--fg-1);
- font-size: 0.9em;
- padding: 14px 16px;
-}
-
* {
box-sizing: border-box;
}
@@ -138,13 +130,6 @@ ul li {
h1, h2, h3, h4, h5 {
font-family: open, serif;
}
-@media only screen and (min-width: 60rem) {
- body {
- max-width:60rem;
- margin-left: auto;
- margin-right: auto;
- }
-}
.fullwidth {
width: 100%;
}
@@ -159,12 +144,10 @@ a {
a:visited {
color: var(--orange);
}
-a:hover {
- color: var(--red);
-}
h1,
body header nav ul li a,
-body header nav ul li a:visited {
+body header nav ul li a:visited,
+a:hover {
color: var(--red);
}
h2, h3, h4, h5, h6 {