From 1a6e016ae3d1e1217ce838c95ff0026b54abab3d Mon Sep 17 00:00:00 2001 From: Odyssey346 Date: Thu, 28 Jul 2022 12:02:52 +0200 Subject: [PATCH] make index.html look nicer Signed-off-by: Odyssey346 --- static/index.html | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/static/index.html b/static/index.html index 3031ba2..e03bc57 100644 --- a/static/index.html +++ b/static/index.html @@ -4,10 +4,19 @@ body { background-color: #252525; color: #fff; + font-family: 'JetBrains Mono', 'JetBrainsMono Nerd Font', monospace + } + + a { + color: #00d4aa; + } + + a:hover { + color: #4beacb; }

Welcome to Segfautilities

-

Running at port {{.Port}}

+

Running at port {{.Port}} | GitHub

\ No newline at end of file