config parser (WIP)

This commit is contained in:
Your Name 2025-06-08 20:52:43 +03:00
parent d0f2593887
commit 77ade504f6
14 changed files with 810 additions and 632 deletions

BIN
www/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 784 B

32
www/style.css Normal file
View file

@ -0,0 +1,32 @@
/* Global */
body {
word-break: break-word;
margin: auto;
padding: 2em;
background-color: #1d2021;
color: #928374;
}
a {
text-decoration: none;
color: #ebdbb2;
}
/* Tags */
.alltags {
background-color: #ebdbb2;
}
.alltags a {
color: #1d2021;
}
/* Pager */
.pager #curr {
text-decoration: underline;
}