lrl layout done

This commit is contained in:
Xanazf 2024-11-08 09:39:43 +02:00
parent 16ac71a311
commit 09302ad58e
No known key found for this signature in database
GPG key ID: 4E4A5AD1FB748427
7 changed files with 202 additions and 17 deletions

View file

@ -11,6 +11,8 @@
@import "./docs/docs.css";
@import "./docs/collapsible.css";
@import "./components/featurelist.css";
.changing-theme * {
transition: none !important;
}
@ -51,6 +53,17 @@ html.dark {
}
/* layout and positioning */
.separator-el {
width: 75%;
height: 1px;
margin-block: 0.618rem;
background: linear-gradient(
to right,
transparent,
hsl(var(--blue) 100 59),
transparent
);
}
.unset {
all: unset;
}