aboutsummaryrefslogtreecommitdiff
path: root/themes/simple/static
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2023-05-27 17:17:41 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2023-05-27 17:17:41 +0200
commit5b0d04bf2be32e85e68fc1339000a0ea5a15543c (patch)
tree4e0a5f1c97ffffa6f070e93e6a76d5a4accf76d9 /themes/simple/static
parenteb2cf9f9476473811178d1c5cfdd71a0293fdff4 (diff)
downloadmitjafelicijan.com-5b0d04bf2be32e85e68fc1339000a0ea5a15543c.tar.gz
Added tgas pages
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;