aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2021-07-04 03:37:59 -0400
committerThedro Neely <thedroneely@gmail.com>2021-07-04 03:37:59 -0400
commit0c2a5e99d96bd6f834d1914d95f184b0aad83568 (patch)
tree90f298cf04a3e2e8f2a9c3d6a3a02655753fc578 /public
parent257c410f649a2c4664aa2b095782354725f2e288 (diff)
downloadthedroneely.com-0c2a5e99d96bd6f834d1914d95f184b0aad83568.tar.gz
thedroneely.com-0c2a5e99d96bd6f834d1914d95f184b0aad83568.tar.bz2
thedroneely.com-0c2a5e99d96bd6f834d1914d95f184b0aad83568.zip
public/css/tdro: Black click focus color
Diffstat (limited to 'public')
-rw-r--r--public/css/tdro.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/css/tdro.css b/public/css/tdro.css
index 01d375a..07a899f 100644
--- a/public/css/tdro.css
+++ b/public/css/tdro.css
@@ -4028,7 +4028,7 @@ h1.article__list:not(:first-child) { margin-top: 1.5rem; }
* Focus Links
*/
-a:focus, a:focus span { background-color: #ffeac2; color: #0145b2; outline: none; }
+a:focus, a:focus span { background-color: #ffeac2; color: #000; outline: none; }
a:focus img { outline: 2px solid; }
a:hover img { box-shadow: 0 8px 32px #999; }
figure > a:focus { background-color: transparent; }