aboutsummaryrefslogtreecommitdiffstats
path: root/style.go
diff options
context:
space:
mode:
authorFeuerfuchs <git@feuerfuchs.dev>2019-06-04 22:28:02 +0200
committerFeuerfuchs <git@feuerfuchs.dev>2019-06-04 22:28:02 +0200
commitce19e19efce3139d2c7b4024274b6ed2683e015e (patch)
treea6a06ff79bceec34fcf47c0721f03bd5e0f943fb /style.go
parentAdd custom styles (diff)
downloadgopherproxy-ce19e19efce3139d2c7b4024274b6ed2683e015e.tar.gz
gopherproxy-ce19e19efce3139d2c7b4024274b6ed2683e015e.tar.bz2
gopherproxy-ce19e19efce3139d2c7b4024274b6ed2683e015e.zip
Style improvements
Diffstat (limited to 'style.go')
-rw-r--r--style.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/style.go b/style.go
new file mode 100644
index 0000000..e6e301a
--- /dev/null
+++ b/style.go
@@ -0,0 +1,3 @@
1package gopherproxy
2
3var styletext = `body{margin:0;padding:0;background-color:#14171a;color:#cad1d8}.wrap{text-align:center}.content{display:inline-block;min-width:50em;margin:0;padding:2em 1em;text-align:left;font-family:'IBM Plex Mono', 'Fira Code', 'Fira Mono', 'Roboto Mono', 'Droid Sans Mono', Monaco, Consolas, Courier, monospace;font-size:1em;line-height:1.5}::selection{color:#000;background-color:#efc68a}:link{color:#fff}:visited{color:#cad1d8}.link-type{color:#929ba3}`