aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2022-04-03 02:22:55 -0400
committerThedro Neely <thedroneely@gmail.com>2022-04-03 02:22:55 -0400
commit58b4eb4226c2ca44c7aa50c771b34e3bef6ae7a1 (patch)
tree0b8a327ee40348457963d2781c2a5d421a92d9d0 /public
parent309d8c1c8a97843fc6187dd3f232d8fb5ea31abe (diff)
downloadthedroneely.com-58b4eb4226c2ca44c7aa50c771b34e3bef6ae7a1.tar.gz
thedroneely.com-58b4eb4226c2ca44c7aa50c771b34e3bef6ae7a1.tar.bz2
thedroneely.com-58b4eb4226c2ca44c7aa50c771b34e3bef6ae7a1.zip
public/css/tdro: Add code highlight block focus-within
Diffstat (limited to 'public')
-rw-r--r--public/css/tdro.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/public/css/tdro.css b/public/css/tdro.css
index acd5754..2d3caba 100644
--- a/public/css/tdro.css
+++ b/public/css/tdro.css
@@ -614,6 +614,10 @@ ul {
padding: 0;
}
+.highlight:focus-within {
+ outline: 0.25rem solid #ff8383;
+}
+
.input,
.textarea,
.select select {