From c581032b62e3e4ce317f39f80f680783d34da1a7 Mon Sep 17 00:00:00 2001 From: Thomas Skerbis Date: Sat, 23 Mar 2024 21:17:30 +0100 Subject: [PATCH] Update index.php --- pages/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/index.php b/pages/index.php index c3dd4aa..588c308 100644 --- a/pages/index.php +++ b/pages/index.php @@ -82,7 +82,7 @@ terminal content sp::before{ content: var(--separator);} terminal content cm{ color: var(--color-scheme-3); } terminal content code{ display: inline; margin: 0; white-space: unset;} - terminal content bl{ margin-left: 0.5rem; color: var(--blink-color); display: inline-block; height: 1rem; width: 2px; background: yellow; position: relative; top: 2px; animation: blink 1s steps(3) infinite;} + terminal content bl{ margin-left: 1px; color: var(--blink-color); display: inline-block; height: 1rem; width: 1px; background: yellow; position: relative; top: 2px; animation: blink 1s steps(3) infinite;} footer{ position: absolute; width: 100%; left: 0; bottom: 20px; color: white; text-align: center; font-size: 12px; } footer a{ text-decoration: none; color: #fdbc40; }