Initial Config
This commit is contained in:
BIN
assets/dev.png
Normal file
BIN
assets/dev.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.5 KiB |
13
assets/user.css
Normal file
13
assets/user.css
Normal file
@@ -0,0 +1,13 @@
|
||||
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
|
||||
|
||||
body, html {
|
||||
font-family: 'Open Sans', sans-serif !important; /* Use !important cautiously if needed to override defaults */
|
||||
background: #3A5F5F;
|
||||
background: radial-gradient(circle, rgba(58, 95, 95, 1) 0%, rgba(33, 33, 33, 1) 100%);
|
||||
color: #e7ebeb;
|
||||
}
|
||||
|
||||
/* You might need more specific selectors depending on what you want to change */
|
||||
.widget-content {
|
||||
font-family: 'Open Sans', sans-serif !important;
|
||||
}
|
||||
1562
config/backup.yml
Normal file
1562
config/backup.yml
Normal file
File diff suppressed because it is too large
Load Diff
23
config/glance.yml
Normal file
23
config/glance.yml
Normal file
@@ -0,0 +1,23 @@
|
||||
server:
|
||||
assets-path: /app/assets
|
||||
|
||||
branding:
|
||||
app-name: "Sir Blob's Dash" # PWA/Tab Name
|
||||
app-background-color: "#22232e" # PWA Background
|
||||
|
||||
theme:
|
||||
contrast-multiplier: 1.5
|
||||
background-color: 0 0 13
|
||||
primary-color: 319 23 50 # Original lightness 81
|
||||
negative-color: 78 13 70 # Original lightness 59
|
||||
|
||||
disable-picker: true
|
||||
|
||||
# Note: assets are cached by the browser, changes to the CSS file
|
||||
# will not be reflected until the browser cache is cleared (Ctrl+F5)
|
||||
custom-css-file: /assets/user.css
|
||||
|
||||
pages:
|
||||
# It's not necessary to create a new file for each page and include it, you can simply
|
||||
# put its contents here, though multiple pages are easier to manage when separated
|
||||
- $include: home.yml
|
||||
1562
config/home.yml
Normal file
1562
config/home.yml
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user