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:
parent
00feaca3d5
commit
e20c5126f9
11 changed files with 56 additions and 64 deletions
|
|
@ -33,6 +33,11 @@ a {
|
|||
}
|
||||
}
|
||||
|
||||
[id] {
|
||||
/*offset for header*/
|
||||
scroll-margin-top: 4rem;
|
||||
}
|
||||
|
||||
html.dark {
|
||||
& .header {
|
||||
background-color: hsl(var(--secondary-900));
|
||||
|
|
@ -119,9 +124,8 @@ footer {
|
|||
padding: 1rem;
|
||||
overflow: hidden;
|
||||
flex-shrink: 0;
|
||||
background: hsla(var(--blue) 66 5);
|
||||
background: hsl(var(--footer-bkg));
|
||||
|
||||
/*border-top: 1px solid hsl(var(--bg-800));*/
|
||||
&::before {
|
||||
content: "";
|
||||
position: absolute;
|
||||
|
|
@ -132,7 +136,7 @@ footer {
|
|||
background: linear-gradient(
|
||||
90deg,
|
||||
transparent 0%,
|
||||
hsl(var(--blue) 75 21) 50%,
|
||||
hsl(var(--footer-bkg-border)) 50%,
|
||||
transparent 100%
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue