CSS patch for better pages

This commit is contained in:
fedyna-k
2025-01-16 20:52:22 +01:00
parent 9db89b0343
commit b9094fce01
4 changed files with 20 additions and 8 deletions
+5 -1
View File
@@ -6,6 +6,10 @@
gap: 1em;
}
#app > #app-body {
padding: 0;
}
#app > nav {
display: flex;
flex-direction: column;
@@ -41,7 +45,7 @@
) 10%,
transparent
);
font-weight: 700;
font-weight: var(--font-weight-bold);
}
#app > nav > a[data-current="true"]::before {