summaryrefslogtreecommitdiff
path: root/css/style.css
diff options
context:
space:
mode:
authors1n <[email protected]>2019-10-20 19:21:00 -0700
committers1n <[email protected]>2019-10-20 19:21:00 -0700
commit845f5c7bbc3847b3eb6e29cb822897afdca47c43 (patch)
tree7a17343f4b5e5b985fba758cf26627faa5ccbcc3 /css/style.css
parentgrammer and .gitignore (diff)
downloadp.s1n.pw-admin-845f5c7bbc3847b3eb6e29cb822897afdca47c43.tar.xz
p.s1n.pw-admin-845f5c7bbc3847b3eb6e29cb822897afdca47c43.zip
fix mobile navbar, recatogirize a fix
Diffstat (limited to 'css/style.css')
-rw-r--r--css/style.css16
1 files changed, 8 insertions, 8 deletions
diff --git a/css/style.css b/css/style.css
index b31fc51..cea08c4 100644
--- a/css/style.css
+++ b/css/style.css
@@ -485,6 +485,14 @@ h6 {
}
}
+/* Honestly, this took way longer to figure out than it should've. I scoured the internet for so long, at one point, I think
+// I had around 20+ tabs open, no idea how I really figured it out, just tried as many solutions until it was solved. - 17:27, 10/20/2018
+*/
+div #personal a, a:hover, #media a, a:hover, #address a, a:hover {
+ color: inherit;
+ text-decoration: none;
+}
+
/*--------------- work page --------------- */
.hero-content {
@@ -606,11 +614,3 @@ textarea:focus {
.next p {
text-align: right;
}
-
-/* Honestly, this took way longer to figure out than it should've. I scoured the internet for so long, at one point, I think
-// I had around 20+ tabs open, no idea how I really figured it out, just tried as many solutions until it was solved. - 17:27, 10/20/2018
-*/
-div #personal a, a:hover, #media a, a:hover, #address a, a:hover {
- color: inherit;
- text-decoration: none;
-} \ No newline at end of file