Fixed styling again
Build and Publish / Build and Publish Docker Image (push) Successful in 1m11s

This commit is contained in:
Ultradesu
2026-05-11 13:25:19 +01:00
parent e8ddaad424
commit 9b8cc6bb08
4 changed files with 18 additions and 2 deletions
Generated
+1 -1
View File
@@ -3255,7 +3255,7 @@ dependencies = [
[[package]] [[package]]
name = "web-petting" name = "web-petting"
version = "0.1.1" version = "0.1.2"
dependencies = [ dependencies = [
"chrono", "chrono",
"cot", "cot",
+8
View File
@@ -94,6 +94,14 @@
.label, label { .label, label {
color: #363636 !important; color: #363636 !important;
} }
h1, h2, h3, h4, h5, h6, strong, b, p, span, div, a, td, th, li {
color: inherit;
}
.title, .subtitle, .content, .has-text-dark {
color: #363636 !important;
}
.has-text-grey { color: #7a7a7a !important; }
.notification { color: #333 !important; }
</style> </style>
</head> </head>
<body> <body>
+1
View File
@@ -89,6 +89,7 @@
justify-content: space-between; justify-content: space-between;
align-items: center; align-items: center;
font-size: 0.85rem; font-size: 0.85rem;
color: #333;
} }
@media (max-width: 480px) { @media (max-width: 480px) {
.media-grid { .media-grid {
+8 -1
View File
@@ -20,7 +20,14 @@
{% endif %} {% endif %}
<style> <style>
#calendar-wrap { overflow: hidden; } #calendar-wrap { overflow: hidden; }
.fc { font-size: 0.85rem; } .fc { font-size: 0.85rem; color: #333; }
.fc .fc-daygrid-day-number,
.fc .fc-col-header-cell-cushion,
.fc .fc-list-day-text,
.fc .fc-list-day-side-text { color: #333 !important; }
.fc th, .fc td { color: #333; }
.fc .fc-toolbar-title { color: #333 !important; }
.fc .fc-button { color: #fff !important; }
.fc .fc-toolbar { flex-wrap: wrap; gap: 0.3rem; } .fc .fc-toolbar { flex-wrap: wrap; gap: 0.3rem; }
.fc .fc-toolbar-title { font-size: 1.1rem !important; } .fc .fc-toolbar-title { font-size: 1.1rem !important; }
.fc .fc-button { padding: 0.25rem 0.5rem !important; font-size: 0.8rem !important; } .fc .fc-button { padding: 0.25rem 0.5rem !important; font-size: 0.8rem !important; }