diff --git a/Cargo.lock b/Cargo.lock index d8e105e..10a180a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3255,7 +3255,7 @@ dependencies = [ [[package]] name = "web-petting" -version = "0.1.1" +version = "0.1.2" dependencies = [ "chrono", "cot", diff --git a/templates/admin/layout.html b/templates/admin/layout.html index 2ce4ea2..1a1b2db 100644 --- a/templates/admin/layout.html +++ b/templates/admin/layout.html @@ -94,6 +94,14 @@ .label, label { 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; } diff --git a/templates/admin/media.html b/templates/admin/media.html index 0d375c1..952a1d7 100644 --- a/templates/admin/media.html +++ b/templates/admin/media.html @@ -89,6 +89,7 @@ justify-content: space-between; align-items: center; font-size: 0.85rem; + color: #333; } @media (max-width: 480px) { .media-grid { diff --git a/templates/admin/schedule.html b/templates/admin/schedule.html index f92d853..8481fea 100644 --- a/templates/admin/schedule.html +++ b/templates/admin/schedule.html @@ -20,7 +20,14 @@ {% endif %}