aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2022-04-25 03:56:57 -0400
committerThedro Neely <thedroneely@gmail.com>2022-04-25 03:56:57 -0400
commit73c03364f21e1bb7bb07a8e5376bb8a694ba7409 (patch)
tree1fd82aaefd768581a84b0c361d9e7891febe2a8a
parentded344b54eabe8f25e62a97aabf8705af6e9959b (diff)
downloadthedroneely.com-73c03364f21e1bb7bb07a8e5376bb8a694ba7409.tar.gz
thedroneely.com-73c03364f21e1bb7bb07a8e5376bb8a694ba7409.tar.bz2
thedroneely.com-73c03364f21e1bb7bb07a8e5376bb8a694ba7409.zip
public/css/tdro: Selection white/black
-rw-r--r--public/css/tdro.css12
1 files changed, 6 insertions, 6 deletions
diff --git a/public/css/tdro.css b/public/css/tdro.css
index 9185e55..30d15b7 100644
--- a/public/css/tdro.css
+++ b/public/css/tdro.css
@@ -1379,18 +1379,18 @@ blockquote > p.serif {
*/
::selection {
- color: #000;
- background-color: #c4e3f3;
+ color: #fff;
+ background-color: #000;
text-shadow: 0 0 currentColor;
}
::-webkit-selection {
- color: #000;
- background-color: #c4e3f3;
+ color: #fff;
+ background-color: #000;
text-shadow: 0 0 currentColor;
}
::-moz-selection {
- color: #000;
- background-color: #c4e3f3;
+ color: #fff;
+ background-color: #000;
text-shadow: 0 0 currentColor;
}