summaryrefslogtreecommitdiff
path: root/data/style.css
diff options
context:
space:
mode:
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;