Add basic auth + draft templates

This commit is contained in:
2024-10-28 10:34:32 +01:00
parent a9ef27ccb6
commit da27b36eb4
13 changed files with 277 additions and 55 deletions

View File

@@ -4,4 +4,17 @@
body {
font-family: 'nunitolight';
}
}
.arcoa-menu {
background-color: rgba(66,135,199,0.98);
max-height: 100vh;
overflow-y: auto;
}
#vocabs a {
color: #fff;
}
/* For dev only*/
.sf-toolbar-clearer {
display: none !important;
}