aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2019-09-18 18:09:22 -0400
committerThedro Neely <thedroneely@gmail.com>2019-09-18 18:09:22 -0400
commit3283a7b62628eb338360d626b11f7a029a84d154 (patch)
treeb47c861db27e1b1c815c15cce301b2109672f36d
parent1f28c2ea424ffe93c49ddd3efaabd990ce075467 (diff)
downloadthedroneely.com-3283a7b62628eb338360d626b11f7a029a84d154.tar.gz
thedroneely.com-3283a7b62628eb338360d626b11f7a029a84d154.tar.bz2
thedroneely.com-3283a7b62628eb338360d626b11f7a029a84d154.zip
app/views/resume: Add contrast to hover elements
-rw-r--r--app/views/resume.view.php2
-rw-r--r--public/css/tdro.css3
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 @@
<br>
- <a href="/contact/" class="title has-text-weight-normal is-size-7 has-text-white text__frame">Contact for Full Resume</a>
+ <a href="/contact/" class="resume__label title has-text-weight-normal is-size-7 text__frame">Contact for Full Resume</a>
<br>
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;