Add page branding options to filesystem

This commit is contained in:
2024-02-15 18:52:46 +01:00
parent a399c03869
commit 08676e6071
15 changed files with 730 additions and 104 deletions

View File

@@ -46,9 +46,9 @@ export let large_icons = false
overflow: hidden;
border-radius: 8px;
background: var(--input_background);
color: var(--input_text);
display: flex;
flex-direction: column;
color: var(--body_text_color);
transition: background 0.2s;
text-decoration: none;
padding: 3px;