aboutsummaryrefslogtreecommitdiff
path: root/cmd/within.website/static
diff options
context:
space:
mode:
authorChristine Dodrill <me@christine.website>2019-06-08 23:11:16 +0000
committerChristine Dodrill <me@christine.website>2019-06-08 23:11:16 +0000
commit51bb87d67d7d27710bca065601d010a2eebab185 (patch)
tree3fd9e2f6b13b66b872d30e807a34aebf7b3af0d0 /cmd/within.website/static
parente289b11ce35dcfe3c1f69d2a5e28fcf8c0a9af31 (diff)
downloadx-51bb87d67d7d27710bca065601d010a2eebab185.tar.xz
x-51bb87d67d7d27710bca065601d010a2eebab185.zip
cmd/within.website: update CSS
Diffstat (limited to 'cmd/within.website/static')
-rw-r--r--cmd/within.website/static/gruvbox.css4
1 files changed, 4 insertions, 0 deletions
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;