Playing around with options for base structure and navigation

This commit is contained in:
2025-07-03 23:50:20 -07:00
parent 65e05066ea
commit d515e581b5
26 changed files with 1075 additions and 398 deletions

28
src/styles/global.css Normal file
View File

@@ -0,0 +1,28 @@
@import "tailwindcss";
@theme {
--color-caperren-green: #10ac25;
}
body {
margin: 0;
font-family: system-ui, sans-serif;
background-color: #000000;
color: var(--color-caperren-green);
}
a {
color: var(--color-caperren-green);
text-decoration: none;
}
.navbar {
align-items: center;
background-color: #000000;
border-bottom: 2px solid var(--color-caperren-green);
}
.navbar a, .navbar span {
font-weight: bold;
}
/*.astronav-dropdown .group {*/
/* background-color: black;*/
/*}*/