From 9664185118eb13e5a91851ce3452501dd71a03e0 Mon Sep 17 00:00:00 2001 From: z-eos Date: Thu, 12 Nov 2020 20:33:52 +0200 Subject: [PATCH] .text-tile-date introduced --- css/black.css | 5 +++++ css/white.css | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/css/black.css b/css/black.css index 7f273be..8dc9e20 100644 --- a/css/black.css +++ b/css/black.css @@ -79,6 +79,11 @@ th, td { color: #888800; } +.text-title-date { + font-family: Verdana, sans-serif; + color: #888888; +} + .text-title { font-family: Verdana, sans-serif; color: #888800; diff --git a/css/white.css b/css/white.css index a79fd12..f6cfcbc 100644 --- a/css/white.css +++ b/css/white.css @@ -80,6 +80,11 @@ th, td { color: #cccc00; } +.text-title-date { + font-family: Verdana, sans-serif; + color: #888888; +} + .text-title { font-family: Verdana, sans-serif; color: #cccc00;