diff --git a/_layouts/company.html b/_layouts/company.html index 2f3353c..489edc8 100644 --- a/_layouts/company.html +++ b/_layouts/company.html @@ -41,6 +41,7 @@

Co-Founder

Security Engineer

Keyoxide + | Website
@@ -48,6 +49,7 @@

Co-Founder

Security Engineer

Keyoxide + | Website
@@ -56,12 +58,14 @@
Ryan Heywood

Security Engineer

Keyoxide + | Website
Danny Grove

Security Engineer

Keyoxide + | Website
diff --git a/_sass/base.scss b/_sass/base.scss index 8ad71a2..6653a33 100644 --- a/_sass/base.scss +++ b/_sass/base.scss @@ -99,7 +99,6 @@ a { a:hover { text-decoration: none; color: var(--background-color); - background: var(--base-color); transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out; } @@ -296,10 +295,6 @@ a:hover { margin-bottom: 60px; } -.roadmap a:hover { - background: transparent; -} - .roadmap .text-well { margin: auto; } @@ -367,9 +362,6 @@ a:hover { border-radius: 4px; margin-left: 0px; padding-left: 0px; - /* TODO: for some reason, removing this makes it white. */ - /* Firefox shows no computed reason for it to be white. */ - background-color: var(--background-color); } .arrow { @@ -385,10 +377,6 @@ a:hover { color: white !important; } -.blog a:hover { - background: unset; -} - .arrow-link:hover .arrow { transform: translateX(5px); background: none !important; @@ -621,7 +609,6 @@ footer { } .footer-link div a:hover { - background: transparent; color: white; } @@ -821,6 +808,10 @@ hr { 0px 10px 30px rgba(0, 0, 0, 0.3); } +.team span { + font-size: 0.8rem; +} + .team .title { text-transform: unset; } @@ -837,7 +828,6 @@ hr { } .team a:hover { - background: unset; text-decoration: underline; }