Responsive navigation fully working, placeholders for all major items on site, resume pages working, abstracted site-layout, preparing for unit and e2e testing, added flotbite + tailwind + vitest + playwright
This commit is contained in:
@@ -1,33 +1,13 @@
|
||||
@import "tailwindcss";
|
||||
@import "flowbite/src/themes/default.css";
|
||||
|
||||
@plugin "flowbite/plugin";
|
||||
@source "../../node_modules/flowbite";
|
||||
|
||||
@theme {
|
||||
--default-font-family: font-mono;
|
||||
|
||||
--color-caperren-green: #10ac25;
|
||||
--color-caperren-green-light: #00ff2a;
|
||||
--color-caperren-green-dark: #06370e;
|
||||
}
|
||||
|
||||
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;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
|
||||
footer {
|
||||
border-top: 2px solid var(--color-caperren-green);
|
||||
}
|
||||
/*.astronav-dropdown .group {*/
|
||||
/* background-color: black;*/
|
||||
/*}*/
|
||||
Reference in New Issue
Block a user