aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2019-10-19 22:25:21 -0400
committerThedro Neely <thedroneely@gmail.com>2019-10-19 22:25:21 -0400
commit4e07b8f94640068c5f38419ee658133ede1f88b0 (patch)
tree173b55d961eed93ec6497f4255d03e30e26ac275 /public
parent0a99da129a468157a7fd4372b7b21b457879eaff (diff)
downloadthedroneely.com-4e07b8f94640068c5f38419ee658133ede1f88b0.tar.gz
thedroneely.com-4e07b8f94640068c5f38419ee658133ede1f88b0.tar.bz2
thedroneely.com-4e07b8f94640068c5f38419ee658133ede1f88b0.zip
public/css/tdro: Set font weight on item box
Diffstat (limited to 'public')
-rw-r--r--public/css/tdro.css10
1 files changed, 9 insertions, 1 deletions
diff --git a/public/css/tdro.css b/public/css/tdro.css
index f541b6f..2dccf4f 100644
--- a/public/css/tdro.css
+++ b/public/css/tdro.css
@@ -4408,7 +4408,15 @@ a code { color: #0147b7; }
.item__box svg { stroke-width: 1.5px; width: 20px; height: 20px; }
.item__box:hover svg, .item__box:focus svg { fill: currentColor; color: #000; }
.item__no__hover:hover svg, .item__no__hover:focus svg { fill: transparent !important; }
-.item__box { margin-left: 0; margin-right: 0.4em; padding: 0.25rem 1rem; background-color: #f2f2f2; border-width: 0; color: #444; border-color: transparent !important; }
+.item__box {
+ font-weight: 400;
+ margin-left: 0;
+ margin-right: 0.4em;
+ padding: 0.25rem 1rem;
+ background-color: #f2f2f2;
+ border-width: 0; color: #444;
+ border-color: transparent !important;
+}
/* contact form */