more changes to theme
This commit is contained in:
@@ -733,25 +733,25 @@ data:
|
|||||||
.widget-type-calendar,
|
.widget-type-calendar,
|
||||||
.widget-type-weather,
|
.widget-type-weather,
|
||||||
.widget-type-to-do {
|
.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 feed items */
|
||||||
.rss-item, .feed-item {
|
.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;
|
border-radius: 6px !important;
|
||||||
margin-bottom: 4px !important;
|
margin-bottom: 4px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Video thumbnails */
|
/* Video thumbnails */
|
||||||
.video-item, .videos-item {
|
.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;
|
border-radius: 8px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Widget titles */
|
/* Widget titles */
|
||||||
.widget-header, .widget-title {
|
.widget-header, .widget-title {
|
||||||
color: #e292ff !important;
|
color: #2d7e88 !important;
|
||||||
font-weight: 600 !important;
|
font-weight: 600 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -761,11 +761,11 @@ data:
|
|||||||
}
|
}
|
||||||
|
|
||||||
::-webkit-scrollbar-track {
|
::-webkit-scrollbar-track {
|
||||||
background: rgba(45, 31, 61, 0.5);
|
background: rgba(45, 126, 136, 0.32);
|
||||||
}
|
}
|
||||||
|
|
||||||
::-webkit-scrollbar-thumb {
|
::-webkit-scrollbar-thumb {
|
||||||
background: rgba(226, 146, 255, 0.5);
|
background: rgba(45, 150, 136, 0.57);
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -816,8 +816,8 @@ data:
|
|||||||
/* Bigger tab text */
|
/* Bigger tab text */
|
||||||
.header.flex > .nav.flex > .nav-item {
|
.header.flex > .nav.flex > .nav-item {
|
||||||
font-size: 20px !important;
|
font-size: 20px !important;
|
||||||
line-height: 1.1 !important;
|
line-height: 1 !important;
|
||||||
padding: 10px 14px !important;
|
padding: 10px 6px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Tabs: bottom-align text inside full-height .nav-item */
|
/* Tabs: bottom-align text inside full-height .nav-item */
|
||||||
@@ -827,7 +827,7 @@ data:
|
|||||||
|
|
||||||
/* keep them full-height, but move the text down */
|
/* keep them full-height, but move the text down */
|
||||||
height: 100% !important;
|
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 */
|
/* kill Glance's vertical centering */
|
||||||
line-height: 1 !important;
|
line-height: 1 !important;
|
||||||
@@ -888,7 +888,7 @@ metadata:
|
|||||||
app.kubernetes.io/instance: glance-kisfenyo
|
app.kubernetes.io/instance: glance-kisfenyo
|
||||||
app.kubernetes.io/version: "v0.8.4"
|
app.kubernetes.io/version: "v0.8.4"
|
||||||
annotations:
|
annotations:
|
||||||
reloader.stakater.com/auto: "true"
|
reloader.stakater.com/auto: "true"
|
||||||
spec:
|
spec:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
strategy:
|
strategy:
|
||||||
@@ -1016,4 +1016,4 @@ spec:
|
|||||||
- hosts:
|
- hosts:
|
||||||
- kisfenyo.dooplex.hu
|
- kisfenyo.dooplex.hu
|
||||||
secretName: glance-kisfenyo-tls
|
secretName: glance-kisfenyo-tls
|
||||||
---
|
---
|
||||||
|
|||||||
Reference in New Issue
Block a user