feat: add custom css
This commit is contained in:
@@ -36,7 +36,14 @@ homepage:
|
|||||||
config:
|
config:
|
||||||
enabled: true
|
enabled: true
|
||||||
data:
|
data:
|
||||||
docker.yaml: ""
|
custom.css: |
|
||||||
|
:root {
|
||||||
|
--color-200: #F8F9FA;
|
||||||
|
}
|
||||||
|
|
||||||
|
html {
|
||||||
|
font-size: 18px;
|
||||||
|
}
|
||||||
kubernetes.yaml: |
|
kubernetes.yaml: |
|
||||||
mode: cluster
|
mode: cluster
|
||||||
settings.yaml: |
|
settings.yaml: |
|
||||||
@@ -827,10 +834,10 @@ homepage:
|
|||||||
advancedMounts:
|
advancedMounts:
|
||||||
main:
|
main:
|
||||||
main:
|
main:
|
||||||
- path: /app/config/bookmarks.yaml
|
- path: /app/config/custom.css
|
||||||
readOnly: true
|
readOnly: true
|
||||||
mountPropagation: None
|
mountPropagation: None
|
||||||
subPath: bookmarks.yaml
|
subPath: custom.css
|
||||||
- path: /app/config/docker.yaml
|
- path: /app/config/docker.yaml
|
||||||
readOnly: true
|
readOnly: true
|
||||||
mountPropagation: None
|
mountPropagation: None
|
||||||
|
|||||||
Reference in New Issue
Block a user