From b118cd29920804c709fe7bd05be2c520bfb5fad5 Mon Sep 17 00:00:00 2001 From: ashastral Date: Thu, 22 Dec 2022 19:00:12 -0800 Subject: [PATCH] Footer tweak --- src/app.tsx | 8 +++++--- src/index.css | 33 ++++++++++++++++----------------- 2 files changed, 21 insertions(+), 20 deletions(-) diff --git a/src/app.tsx b/src/app.tsx index 5793921..475781a 100644 --- a/src/app.tsx +++ b/src/app.tsx @@ -186,9 +186,11 @@ export function App() { ref={(tag) => (tag ? tag.spellcheck = false : null)} /> -

- Click to edit · Shirt · E.P. · Made by Ash -

+ ) } diff --git a/src/index.css b/src/index.css index 6f385e0..195850b 100644 --- a/src/index.css +++ b/src/index.css @@ -65,15 +65,6 @@ --ig-color-20: #e94661; } -a { - text-decoration: none; - color: var(--ig-color-3); -} - -a:hover { - color: var(--ig-color-4); -} - body, #app { margin: 0; @@ -109,14 +100,6 @@ textarea { background-color: transparent; } -p { - position: absolute; - bottom: 2em; - width: 100%; - text-align: center; - z-index: 10; -} - textarea:focus { outline: 4px dashed var(--ig-color-4); } @@ -173,4 +156,20 @@ textarea:focus { 100% { transform: rotate(0deg); } +} + +.footer { + position: absolute; + bottom: 2em; + width: 100%; + text-align: center; + z-index: 10; +} + +a { + color: inherit; +} + +a:hover { + color: var(--ig-color-3); } \ No newline at end of file