aboutsummaryrefslogtreecommitdiff
path: root/app/views/resume.view.php
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2019-05-11 02:26:42 -0400
committerThedro Neely <thedroneely@gmail.com>2019-05-11 02:26:42 -0400
commita7b8095823cd834574f7e83dc18bb9408a1a7e41 (patch)
treeb298aead9dc6a55077bd822e78e66760679d0e66 /app/views/resume.view.php
parent5e2113de323bf78cedda628043b10cd1c7f987d9 (diff)
downloadthedroneely.com-a7b8095823cd834574f7e83dc18bb9408a1a7e41.tar.gz
thedroneely.com-a7b8095823cd834574f7e83dc18bb9408a1a7e41.tar.bz2
thedroneely.com-a7b8095823cd834574f7e83dc18bb9408a1a7e41.zip
app/views/resume: Remove underline from resume links
Use background hover effect for links
Diffstat (limited to 'app/views/resume.view.php')
-rw-r--r--app/views/resume.view.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/app/views/resume.view.php b/app/views/resume.view.php
index 2031810..46e1b1b 100644
--- a/app/views/resume.view.php
+++ b/app/views/resume.view.php
@@ -30,7 +30,7 @@
<section class="section has-text-centered">
- <a href="/resume" class="title has-text-weight-normal is-size-4 has-text-white inline__padding underline__hover">Resume</a>
+ <a href="/resume" class="title has-text-weight-normal is-size-4 has-text-white inline__padding">Resume</a>
<br>
@@ -43,17 +43,17 @@
<br>
<p>
- <a href="/" class="title has-text-weight-normal is-size-7 has-text-white white__highlight underline__hover">https://www.thedroneely.com</a>
+ <a href="/" class="title has-text-weight-normal is-size-7 resume__label">https://www.thedroneely.com</a>
</p>
<br>
<p>
- <a href="#tools" class="title has-text-weight-normal is-size-7 has-text-white white__highlight underline__hover">#Tools</a>
+ <a href="#tools" class="title has-text-weight-normal is-size-7 resume__label">#Tools</a>
- <a href="#projects" class="title has-text-weight-normal is-size-7 has-text-white white__highlight underline__hover">#Projects</a>
+ <a href="#projects" class="title has-text-weight-normal is-size-7 resume__label">#Projects</a>
- <a href="#questions" class="title has-text-weight-normal is-size-7 has-text-white white__highlight underline__hover">#Questions</a>
+ <a href="#questions" class="title has-text-weight-normal is-size-7 resume__label">#Questions</a>
</p>
</section>