aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2019-10-18 15:13:30 -0400
committerThedro Neely <thedroneely@gmail.com>2019-10-18 15:13:30 -0400
commit97e4b2682e46d2eb9cfe6e8b05af44ad9b34fdf9 (patch)
tree9270bc21d3b54d6da8cfbd9c1975e5e4f629fd2f /public
parenta59f76534f5f3a46f1ae0c74536bd3763e39414b (diff)
downloadthedroneely.com-97e4b2682e46d2eb9cfe6e8b05af44ad9b34fdf9.tar.gz
thedroneely.com-97e4b2682e46d2eb9cfe6e8b05af44ad9b34fdf9.tar.bz2
thedroneely.com-97e4b2682e46d2eb9cfe6e8b05af44ad9b34fdf9.zip
public/css/tdro: Use lighter background color for navigation item boxes
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 ccabfdb..7a01987 100644
--- a/public/css/tdro.css
+++ b/public/css/tdro.css
@@ -4511,7 +4511,7 @@ a code { color: #0147b7; }
.item__box span { padding-left: 10px; }
.item__box svg { stroke-width: 1.5px; width: 20px; height: 20px; }
.item__box:hover svg, .item__box:focus svg { fill: currentColor; color: #000; }
-.item__box { margin-left: 0; margin-right: 0.4em; padding: 0.25rem 1rem; background-color: #eee; border-width: 0; color: #444; border-color: 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; }
/* contact form */