From 5b0d04bf2be32e85e68fc1339000a0ea5a15543c Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sat, 27 May 2023 17:17:41 +0200 Subject: Added tgas pages --- themes/simple/static/css/tailwind.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'themes/simple/static/css') diff --git a/themes/simple/static/css/tailwind.css b/themes/simple/static/css/tailwind.css index db7294b..b99c7fc 100644 --- a/themes/simple/static/css/tailwind.css +++ b/themes/simple/static/css/tailwind.css @@ -18,10 +18,16 @@ @apply bg-yellow-100 text-black; } +/* Helpers */ + a:hover { color: blue; } +.blue { + color: blue; +} + /* Headings */ article.single h2 { @apply text-2xl font-bold mb-8 mt-8 leading-tight; -- cgit v1.2.3