about summary refs log tree commit diff
diff options
context:
space:
mode:
authorStarfall <us@starfall.systems>2022-04-05 21:31:59 -0500
committerStarfall <us@starfall.systems>2022-04-05 21:32:16 -0500
commitc3435a531807fbac25570130af362f2863dfa652 (patch)
tree79948f083dbb51908da874900ad7ba7c5e59eb27
parent0d95eb815790660225aa4a660b8796e8f9e0fc11 (diff)
remove glow on selected text; required to also pick a select color
-rw-r--r--css/terminal.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/css/terminal.css b/css/terminal.css
index f539909..57718b5 100644
--- a/css/terminal.css
+++ b/css/terminal.css
@@ -32,6 +32,11 @@ body {
     line-height: 1.6;
     word-spacing: .05em;
 }
+::selection {
+	background: #466639;
+	color: white;
+	text-shadow: none;
+}
 a {
     color: var(--link);
 }