more changes to theme

This commit is contained in:
2026-01-11 17:48:01 +01:00
parent 648a1b025b
commit f9b134ff6c
+11 -11
View File
@@ -733,25 +733,25 @@ data:
.widget-type-calendar,
.widget-type-weather,
.widget-type-to-do {
background-color: rgba(45, 31, 61, 0.55) !important;
background-color: rgba(45, 126, 136, 0.32) !important;
}
/* RSS feed items */
.rss-item, .feed-item {
background-color: rgba(60, 40, 80, 0.5) !important;
background-color: rgba(45, 126, 136, 0.32) !important;
border-radius: 6px !important;
margin-bottom: 4px !important;
}
/* Video thumbnails */
.video-item, .videos-item {
background-color: rgba(60, 40, 80, 0.5) !important;
background-color: rgba(45, 126, 136, 0.32) !important;
border-radius: 8px !important;
}
/* Widget titles */
.widget-header, .widget-title {
color: #e292ff !important;
color: #2d7e88 !important;
font-weight: 600 !important;
}
@@ -761,11 +761,11 @@ data:
}
::-webkit-scrollbar-track {
background: rgba(45, 31, 61, 0.5);
background: rgba(45, 126, 136, 0.32);
}
::-webkit-scrollbar-thumb {
background: rgba(226, 146, 255, 0.5);
background: rgba(45, 150, 136, 0.57);
border-radius: 4px;
}
@@ -816,8 +816,8 @@ data:
/* Bigger tab text */
.header.flex > .nav.flex > .nav-item {
font-size: 20px !important;
line-height: 1.1 !important;
padding: 10px 14px !important;
line-height: 1 !important;
padding: 10px 6px !important;
}
/* Tabs: bottom-align text inside full-height .nav-item */
@@ -827,7 +827,7 @@ data:
/* keep them full-height, but move the text down */
height: 100% !important;
padding: 0 14px 18px 14px !important; /* bottom padding controls “how low” */
padding: 0 14px 18px 8px !important; /* bottom padding controls “how low” */
/* kill Glance's vertical centering */
line-height: 1 !important;
@@ -888,7 +888,7 @@ metadata:
app.kubernetes.io/instance: glance-kisfenyo
app.kubernetes.io/version: "v0.8.4"
annotations:
reloader.stakater.com/auto: "true"
reloader.stakater.com/auto: "true"
spec:
replicas: 1
strategy:
@@ -1016,4 +1016,4 @@ spec:
- hosts:
- kisfenyo.dooplex.hu
secretName: glance-kisfenyo-tls
---
---