From 0a199b554cd79312bbf6cd470ae6d74b1dacb0f8 Mon Sep 17 00:00:00 2001 From: Ashhhleyyy Date: Thu, 6 Jul 2023 15:11:40 +0100 Subject: [PATCH] feat: add author + ko-fi links --- index.html | 10 ++++++---- src/drifting.css | 17 +++++++++++++++++ stories/drifting.html | 5 +++++ 3 files changed, 28 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 2965ef6..92ce809 100644 --- a/index.html +++ b/index.html @@ -14,10 +14,12 @@
  • Drifting
  • - -
  • - Drifting -
  • + diff --git a/src/drifting.css b/src/drifting.css index f048d7c..ee447f5 100644 --- a/src/drifting.css +++ b/src/drifting.css @@ -18,6 +18,15 @@ html, body { /*z-index: -100;*/ } +a { + color: white; + transition: color 250ms ease; +} + +a:hover { + color: #646cff; +} + img.sharp { image-rendering: pixelated; image-rendering: crisp-edges; @@ -75,3 +84,11 @@ img.sharp { opacity: 1; } } + +.support { + position: fixed; + bottom: 8px; + left: 8px; + color: white; + margin: 0; +} \ No newline at end of file diff --git a/stories/drifting.html b/stories/drifting.html index 39b4dad..4b34fb9 100644 --- a/stories/drifting.html +++ b/stories/drifting.html @@ -32,6 +32,11 @@

    +

    + Created by Ashley B 💜 + Support me on Ko-fi +

    +