aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2020-05-28 20:26:28 -0400
committerThedro Neely <thedroneely@gmail.com>2020-05-31 23:41:46 -0400
commita181e615f7b070be394f5be6c694d03b56296c67 (patch)
tree052763066e790c48bbc18d59d9157630e1874113 /public
parentb8918bc9c278c775222fb713d3466fbc2260ed3c (diff)
downloadthedroneely.com-a181e615f7b070be394f5be6c694d03b56296c67.tar.gz
thedroneely.com-a181e615f7b070be394f5be6c694d03b56296c67.tar.bz2
thedroneely.com-a181e615f7b070be394f5be6c694d03b56296c67.zip
public/css/tdro-dark: Set navigation bar color darker
Diffstat (limited to 'public')
-rw-r--r--public/css/tdro-dark.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/public/css/tdro-dark.css b/public/css/tdro-dark.css
index f9ae50b..966b177 100644
--- a/public/css/tdro-dark.css
+++ b/public/css/tdro-dark.css
@@ -17,11 +17,11 @@ body, .sans-serif a, .serif a, nav#TableOfContents a { color: #cad6e2 }
.footer a { color: #bbb; }
.footer { padding: 1.5rem; }
.navbar { box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.5); }
-.navbar, .navbar-menu { background-color: #001f2c; background-color: rgba(0, 31, 44, 0.95); }
+.navbar, .navbar-menu { background-color: #002e42; background-color: rgba(0, 46, 66, 0.95); }
.title, .content h1, .content h2, .content h3 { color: #ddd; }
.button.is-link.is-outlined, .button.is-success.is-outlined { border-color: #cad6e2; color: #cad6e2; border-width: 1px; }
.input, .textarea { background-color: #002e42; border-color: transparent; color: white; }
-.item__box { color: #ddd; background-color: #002e42; }
+.item__box { color: #ddd; background-color: #004766; }
.item__box:hover, .item__box:hover svg, .item__box:focus svg { color: #fff; }
.message__success { background-color: #55a1ec; border: 1px solid #1259a1; color: black; }
.pagination-link.is-current { background-color: #75b2f0; border-color: #75b2f0; color: #212121 !important; }