From 552186defbf4d820d1505c7fbc7fb4f5596cfa2e Mon Sep 17 00:00:00 2001 From: Julien Negrotto Date: Wed, 16 Apr 2025 22:46:10 -0500 Subject: [PATCH] Add pastebin to index --- src/index.html | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/src/index.html b/src/index.html index 648c46b..f7d0170 100644 --- a/src/index.html +++ b/src/index.html @@ -15,6 +15,7 @@ background-color: #181818; color: #ddd; font-family: 'Courier New', Courier, monospace; + font-weight: bold; } main { @@ -30,11 +31,16 @@ } a { - color: #eee; - font-weight: bold; + color: #c00; text-decoration: none; } + .links { + display: flex; + flex-direction: row; + gap: 0.5rem; + } + .links:before { content: "["; } @@ -57,6 +63,8 @@