summaryrefslogtreecommitdiff
path: root/data/style.css
diff options
context:
space:
mode:
authorArnav Bhatt <arnav@ghativega.in>2023-03-21 16:30:54 +0530
committerArnav Bhatt <arnav@ghativega.in>2023-03-21 16:30:54 +0530
commit5963453528ec8bcf680a6c7eb9050f1d2f120a57 (patch)
treea602a4a7f608f5c1780725d15412e5c31757cb86 /data/style.css
parent5e675ddd01af134bc2c9be2d74629bb03fb15c59 (diff)
add donate link and update year (after 3 months lol)
Diffstat (limited to 'data/style.css')
-rwxr-xr-xdata/style.css7
1 files changed, 7 insertions, 0 deletions
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;