aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2020-09-03 18:12:58 -0400
committerThedro Neely <thedroneely@gmail.com>2020-09-03 18:12:58 -0400
commit456ec1e034bbfb8c869667a4ce10ccbc56e854f2 (patch)
treee39c2be6aeff960e05d68c837abbd37201cb5eb7 /public
parent1e3ea8c39cd0624a54434e344e5393bc4347e93c (diff)
downloadthedroneely.com-456ec1e034bbfb8c869667a4ce10ccbc56e854f2.tar.gz
thedroneely.com-456ec1e034bbfb8c869667a4ce10ccbc56e854f2.tar.bz2
thedroneely.com-456ec1e034bbfb8c869667a4ce10ccbc56e854f2.zip
public/css/tdro: Add strong code
Diffstat (limited to 'public')
-rw-r--r--public/css/tdro.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/public/css/tdro.css b/public/css/tdro.css
index d0a605d..f7de538 100644
--- a/public/css/tdro.css
+++ b/public/css/tdro.css
@@ -4103,6 +4103,8 @@ video { display: inline-block; box-shadow: 0 0.25rem 1rem rgba(48,55,66,.3); }
p code { font-size: 1rem; }
+strong code { font-weight: 700; }
+
a { border-bottom: 1px solid #999; color: #014cc6; cursor: pointer; text-decoration: none; }
a:hover { border-bottom: 2px solid #999; }