config parser (WIP)
This commit is contained in:
parent
d0f2593887
commit
77ade504f6
14 changed files with 810 additions and 632 deletions
32
www/style.css
Normal file
32
www/style.css
Normal 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;
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue