From 3283a7b62628eb338360d626b11f7a029a84d154 Mon Sep 17 00:00:00 2001 From: Thedro Neely Date: Wed, 18 Sep 2019 18:09:22 -0400 Subject: app/views/resume: Add contrast to hover elements --- app/views/resume.view.php | 2 +- public/css/tdro.css | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/app/views/resume.view.php b/app/views/resume.view.php index 0e0d4b8..e61bdab 100644 --- a/app/views/resume.view.php +++ b/app/views/resume.view.php @@ -37,7 +37,7 @@
- Contact for Full Resume + Contact for Full Resume
diff --git a/public/css/tdro.css b/public/css/tdro.css index 4daf21c..a08084f 100644 --- a/public/css/tdro.css +++ b/public/css/tdro.css @@ -4573,7 +4573,7 @@ a code { color: #0147b7; } .resume__break { padding: 0.75em 1.5em; } .resume__column { padding: 0; } .resume__label { padding: 10px; color: white; border-radius: 3px; } -.resume__label:hover { background-color: #8fb8db; background-color: rgba(255, 255, 255, 0.4); color: #333; } +.resume__label:hover { background-color: #fcfcfc; color: #333; } .max__height { min-height: 100vh; } .inline__padding { display: inline-block; margin: 0.5em; border-bottom: 1px solid transparent; } @@ -4589,7 +4589,6 @@ a code { color: #0147b7; } } .text__frame { - border: 1px solid; border-radius: 2px; display: inline-block; padding: 10px; -- cgit v1.2.3