diff --git a/app/assets/images/s1.png b/app/assets/images/s1.png deleted file mode 100644 index c17f39e..0000000 Binary files a/app/assets/images/s1.png and /dev/null differ diff --git a/app/assets/images/s2.png b/app/assets/images/s2.png deleted file mode 100644 index eae2910..0000000 Binary files a/app/assets/images/s2.png and /dev/null differ diff --git a/app/assets/images/s3.png b/app/assets/images/s3.png deleted file mode 100644 index 0065948..0000000 Binary files a/app/assets/images/s3.png and /dev/null differ diff --git a/app/assets/stylesheets/application.tailwind.css b/app/assets/stylesheets/application.tailwind.css index e44b9b4..4298166 100644 --- a/app/assets/stylesheets/application.tailwind.css +++ b/app/assets/stylesheets/application.tailwind.css @@ -7,19 +7,19 @@ @apply py-1 px-2 rounded-sm bg-primary-200; } .btn:hover { - @apply bg-secondary-100 cursor-pointer; + @apply bg-secondary-100; } .btn-cta { @apply py-1 px-2 rounded-sm bg-secondary-100; } .btn-cta:hover { - @apply bg-secondary-200 cursor-pointer; + @apply bg-secondary-200; } .btn-sm { @apply py-0.5 px-1 rounded-sm text-sm bg-primary-200; } .btn-sm:hover { - @apply bg-secondary-100 cursor-pointer; + @apply bg-secondary-100; } .link { @@ -38,3 +38,13 @@ @apply underline text-primary-400 bg-primary-900 px-1; } } + +body { + cursor: url(flower_cursor.png), auto; +} +a, button { + cursor: url(flower_cursor.png), pointer; +} +table a:hover { + text-decoration: underline; +} diff --git a/public/flower_cursor.png b/public/flower_cursor.png new file mode 100644 index 0000000..5ad4352 Binary files /dev/null and b/public/flower_cursor.png differ