redesign nav and logo

This commit is contained in:
isUnknown 2024-11-26 09:53:05 +01:00
parent 48bfd23600
commit cf867bbc14
14 changed files with 315 additions and 297 deletions

View file

@ -79,10 +79,12 @@ body {
}
/* ================= BUTTONS ================= */
.toggle-btn--left::after {
.toggle-btn--left::after,
.plus-btn::after {
margin-left: var(--unit--horizontal);
}
.toggle-btn--left::after {
.toggle-btn--left::after,
.plus-btn::after {
content: "+";
}
.toggle-btn--left.open::after {