From 51bb87d67d7d27710bca065601d010a2eebab185 Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Sat, 8 Jun 2019 23:11:16 +0000 Subject: cmd/within.website: update CSS --- cmd/within.website/static/gruvbox.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'cmd/within.website/static') diff --git a/cmd/within.website/static/gruvbox.css b/cmd/within.website/static/gruvbox.css index aa359cd..f391bf5 100644 --- a/cmd/within.website/static/gruvbox.css +++ b/cmd/within.website/static/gruvbox.css @@ -5,6 +5,10 @@ main { margin: auto; } +::selection { + background: #d3869b; +} + body { background: #282828; color: #ebdbb2; -- cgit v1.2.3