aboutsummaryrefslogtreecommitdiff
path: root/themes/simple/static
diff options
context:
space:
mode:
Diffstat (limited to 'themes/simple/static')
-rw-r--r--themes/simple/static/css/tailwind.css6
1 files changed, 6 insertions, 0 deletions
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 @@
18 @apply bg-yellow-100 text-black; 18 @apply bg-yellow-100 text-black;
19} 19}
20 20
21/* Helpers */
22
21a:hover { 23a:hover {
22 color: blue; 24 color: blue;
23} 25}
24 26
27.blue {
28 color: blue;
29}
30
25/* Headings */ 31/* Headings */
26article.single h2 { 32article.single h2 {
27 @apply text-2xl font-bold mb-8 mt-8 leading-tight; 33 @apply text-2xl font-bold mb-8 mt-8 leading-tight;