diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2023-05-27 01:05:49 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2023-05-27 01:05:49 +0200 |
| commit | eb2cf9f9476473811178d1c5cfdd71a0293fdff4 (patch) | |
| tree | ba9896eb3c174a0e8fb6864e5e87fa75bbd421dd /themes/simple/static/css | |
| parent | 8c88a575c0b7fc44c0c6918738bf8805b047c0be (diff) | |
| download | mitjafelicijan.com-eb2cf9f9476473811178d1c5cfdd71a0293fdff4.tar.gz | |
Github Actions note and better rendering of images
Diffstat (limited to 'themes/simple/static/css')
| -rw-r--r-- | themes/simple/static/css/tailwind.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/simple/static/css/tailwind.css b/themes/simple/static/css/tailwind.css index 36e45e8..db7294b 100644 --- a/themes/simple/static/css/tailwind.css +++ b/themes/simple/static/css/tailwind.css | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | @tailwind components; | 2 | @tailwind components; |
| 3 | @tailwind utilities; | 3 | @tailwind utilities; |
| 4 | 4 | ||
| 5 | * { cursor: url(/general/9front-cursor.png), auto; } | 5 | /* * { cursor: url(/general/9front-cursor.png), auto; } */ |
| 6 | 6 | ||
| 7 | /* Container */ | 7 | /* Container */ |
| 8 | .container-blog { | 8 | .container-blog { |
