diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2023-05-27 17:17:41 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2023-05-27 17:17:41 +0200 |
| commit | 5b0d04bf2be32e85e68fc1339000a0ea5a15543c (patch) | |
| tree | 4e0a5f1c97ffffa6f070e93e6a76d5a4accf76d9 /themes/simple/static/css/tailwind.css | |
| parent | eb2cf9f9476473811178d1c5cfdd71a0293fdff4 (diff) | |
| download | mitjafelicijan.com-5b0d04bf2be32e85e68fc1339000a0ea5a15543c.tar.gz | |
Added tgas pages
Diffstat (limited to 'themes/simple/static/css/tailwind.css')
| -rw-r--r-- | themes/simple/static/css/tailwind.css | 6 |
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 | |||
| 21 | a:hover { | 23 | a:hover { |
| 22 | color: blue; | 24 | color: blue; |
| 23 | } | 25 | } |
| 24 | 26 | ||
| 27 | .blue { | ||
| 28 | color: blue; | ||
| 29 | } | ||
| 30 | |||
| 25 | /* Headings */ | 31 | /* Headings */ |
| 26 | article.single h2 { | 32 | article.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; |
