edited the theme and ran tests

This commit is contained in:
2026-06-13 20:59:07 +02:00
parent 1c5fc62a43
commit ccd7c9dc27
31 changed files with 718 additions and 1149 deletions
+25
View File
@@ -0,0 +1,25 @@
/* ns-hugo-imp:/home/aaron/tbn/themes/tbn/assets/css/components/header.css */
header {
border-bottom: 1px solid #222;
margin-bottom: 1rem;
}
/* ns-hugo-imp:/home/aaron/tbn/themes/tbn/assets/css/components/footer.css */
footer {
border-top: 1px solid #222;
margin-top: 1rem;
}
/* <stdin> */
body {
color: #222;
font-family: sans-serif;
line-height: 1.5;
margin: 1rem;
max-width: 768px;
}
a {
color: #00e;
text-decoration: none;
}
/*# sourceMappingURL=main.css.map */