From 5963453528ec8bcf680a6c7eb9050f1d2f120a57 Mon Sep 17 00:00:00 2001 From: Arnav Bhatt Date: Tue, 21 Mar 2023 16:30:54 +0530 Subject: add donate link and update year (after 3 months lol) --- data/style.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'data/style.css') diff --git a/data/style.css b/data/style.css index b1e1e2d..52b55d5 100755 --- a/data/style.css +++ b/data/style.css @@ -23,6 +23,13 @@ body { padding: 0; } +code { + border-radius: 5px; + color: #19ca24; + background: #202020; + display: inline-block; +} + .footer { position: absolute; bottom: 0; -- cgit v1.2.3