various small fixes

- light theme footer css
- fixed l/r overlay css
- fixed discolored generics
- fixed scroll margin
- elements selected by url now display as hovered
- fixed top padding in mobile layout
- fixed padding for import string on type pages
- fixed padding on module listing pages
- fixed link clickable areas on left nav
This commit is contained in:
outfoxxed 2024-10-16 19:05:54 -07:00
parent 00feaca3d5
commit e20c5126f9
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
11 changed files with 56 additions and 64 deletions

View file

@ -82,10 +82,6 @@ html.dark .nav-shevron {
&>a {
width: 100%;
margin-left: 0.2rem;
&:hover {
text-decoration: none;
}
}
}

View file

@ -32,8 +32,8 @@
scrollbar-width: none;
font-size: 1.2rem;
-ms-overflow-style: none;
background: hsla(var(--blue) 75 5);
border-right: 1px solid hsl(var(--blue) 45 15);
background: hsla(var(--overlay-bkg));
border-right: 1px solid hsl(var(--overlay-bkg-border));
&::-webkit-scrollbar {
display: none;