moved project n5 page to project page root

This commit is contained in:
2026-01-23 15:46:08 +01:00
parent d68932b287
commit 47b68ea32a
6 changed files with 40 additions and 9 deletions

View File

@@ -185,6 +185,26 @@
font-weight: 400;
}
button {
font-family: var(--font-mono);
font-size: var(--font-size-mono);
padding: 8px;
background-color: transparent;
border: dashed 2px var(--color-highlight);
color: var(--color-highlight);
font-weight: 700;
cursor: pointer;
transition: background-color 0.05s ease-out;
}
button:hover {
background-color: var(--color-background-highlight);
}
.button-fullwidth {
width: 100%;
}
/* #region Headers */
/* All headers */
h1, h2, h3, h4, h5, h6 {