diff options
Diffstat (limited to 'themes/simple/static')
| -rw-r--r-- | themes/simple/static/css/tailwind.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/themes/simple/static/css/tailwind.css b/themes/simple/static/css/tailwind.css index 05b6492..8e1ddb9 100644 --- a/themes/simple/static/css/tailwind.css +++ b/themes/simple/static/css/tailwind.css | |||
| @@ -18,6 +18,10 @@ | |||
| 18 | @apply bg-yellow-100 text-black; | 18 | @apply bg-yellow-100 text-black; |
| 19 | } | 19 | } |
| 20 | 20 | ||
| 21 | a:hover { | ||
| 22 | color: blue; | ||
| 23 | } | ||
| 24 | |||
| 21 | /* Headings */ | 25 | /* Headings */ |
| 22 | article.single h2 { | 26 | article.single h2 { |
| 23 | @apply text-2xl font-bold mb-8 mt-8; | 27 | @apply text-2xl font-bold mb-8 mt-8; |
