Improve contrast on links, update banners to match
authorxenophenes <sarahschnurr@localhost.localdomain>
Mon, 17 Jun 2019 19:35:52 +0000 (12:35 -0700)
committerxenophenes <sarahschnurr@localhost.localdomain>
Mon, 17 Jun 2019 19:35:52 +0000 (12:35 -0700)
static/css/style.css
static/images/banner-mobile.png
static/images/banner.png

index 9afb9b814425d9530ea532dd221efb0230dd7f17..5440fe8195e8b011420a0e29afe87f22d02caf5e 100644 (file)
@@ -21,10 +21,12 @@ h2 {
   padding-top: 1.5rem;
 }
 
-a:not(.nav-link) {
-  color: #336791;
+a {
   font-weight: 600;
   transition: all 0.15s;
+}
+
+a:not(.nav-link):not(.navbar-brand) {
   text-decoration: underline;
 }
 
index 23fce4b8dc286fb5720532a84a23b53bb140321e..ca5a2abaff4e93f70850ac2827ee57d441bc2255 100644 (file)
Binary files a/static/images/banner-mobile.png and b/static/images/banner-mobile.png differ
index a7306a1d86048129c2724dc4a4ba4182fa403547..8db050e88f7ac3b1154f054b3344d55ee459ae9c 100644 (file)
Binary files a/static/images/banner.png and b/static/images/banner.png differ