Reinitialized commit. Update and actors overview with some filters.

This commit is contained in:
2023-12-30 06:29:53 +01:00
commit 3f099b5e95
1208 changed files with 134732 additions and 0 deletions

36
assets/css/style.css Normal file
View File

@@ -0,0 +1,36 @@
@import 'theme';
@import 'states';
@import 'inputs';
@import 'forms';
@import 'markdown';
@import 'tooltip';
html,
body,
#app {
height: 100%;
}
* {
box-sizing: border-box;
}
body {
margin: 0;
color: var(--text);
font-family: sans-serif;
}
.link {
color: var(--link);
text-decoration: none;
&:hover {
text-decoration: underline;
}
}
.heading {
margin: 0 0 1rem 0;
color: var(--primary-light-20);
}