grim/hgkeeper-theme

55ba3bf41b03
Parents b1bad2399322
Children 5f555e4e77fe
Set the selection to be black text on a white background
--- a/templates/static/hgk/css/hgkeeper.css Tue May 05 00:43:14 2020 -0500
+++ b/templates/static/hgk/css/hgkeeper.css Tue May 05 00:49:24 2020 -0500
@@ -1,3 +1,8 @@
+::selection {
+ background: #ffffff;
+ color: #000000;
+}
+
.diffstat {
font-size: small;
font-family: monospace;