WIP 02: style adjustments to match eh22 styleguide

This commit is contained in:
kritzl 2025-02-20 22:03:16 +01:00
commit 0501598d41
Signed by: kritzl
SSH key fingerprint: SHA256:5BmINP9VjZWaUk5Z+2CTut1KFhwLtd0ZynMekKbtViM
75 changed files with 957 additions and 317 deletions

View file

@ -28,7 +28,7 @@
}
> p {
color: @ini_nav_menu_color;
color: var(--color-foreground);
&.noissue {
color: @ini_text_webframe;
@ -45,7 +45,7 @@
}
li {
color: @ini_nav_menu_color;
color: var(--color-foreground);
> div {
color: @ini_text_webframe;
@ -74,11 +74,11 @@
&:link,
&:visited {
opacity: .9;
color: @ini_nav_menu_color;
color: var(--color-foreground);
}
* {
color: inherit;
color: var(--color-foreground);
}
}
@ -103,12 +103,14 @@
cursor: pointer;
display: table;
display: flex;
align-items: center;
width: 100%;
opacity: 1;
font-weight: normal;
margin: -1px 0 @very-small-spacing;
padding: 0.4rem 0.1rem;
text-decoration: none;
span {
display: inline-block;
@ -116,6 +118,16 @@
color: inherit;
}
span.ico {
display: flex;
align-items: center;
justify-content: center;
i[data-icon] {
font-size: 1.5rem;
}
}
/* + + + submenu entry is active + + + */
/* + + + toggle: open + + + */
@ -146,16 +158,16 @@
&:focus-within {
position: relative; // always show label, even with collapsed sidebar
z-index: 100;
a {
width: 100%;
background-color: transparent;
border: solid 0.1em var(--color-white);
border: solid 0.1em var(--color-glow-primary);
text-decoration: none;
color: var(--color-white);
--local-primary: var(--color-primary);
filter: @dropshadow;
transition: @neonflicker;
color: var(--color-glow-primary);
filter: var(--filter-glow-primary);
transition: var(--transition-glow);
span.ico {