Load YOLOCOLO templates from a "theme" folder..

..configurable using the THEME env var.

Defaults to normal Capsul theme.
This commit is contained in:
3wc
2021-07-21 22:24:25 +02:00
parent bcc3f20b27
commit 40aa3bccd3
16 changed files with 535 additions and 65 deletions

View File

@ -0,0 +1,30 @@
html {
color: #241e1e;
background-color: #bdc7b8;
}
a {
color:#00517a;
text-shadow: 1px 1px 0px #eee;
}
a:hover, a:active, a:visited {
color: #323417;
}
.nav-links a {
text-shadow: 2px 2px 0px #eee;
}
main {
border: 1px dashed #241e1e;
input, select, textarea {
color: #241e1e;
}
th {
border-right: 1px solid #eee;
text-align: left;
}