diff options
author | sowgro <tpoke.ferrari@gmail.com> | 2024-05-04 16:16:10 -0400 |
---|---|---|
committer | sowgro <tpoke.ferrari@gmail.com> | 2024-05-04 16:16:10 -0400 |
commit | 198bbaaec6b00585f5eef794b130a02aa20f34ce (patch) | |
tree | e8c893ef6ab13188b53f192e64b7448580b586b1 /css | |
parent | 2d057a0cdf873ae76c7d57f163e3bd939c9308b7 (diff) | |
download | grav-sowtheme-198bbaaec6b00585f5eef794b130a02aa20f34ce.tar.gz grav-sowtheme-198bbaaec6b00585f5eef794b130a02aa20f34ce.tar.bz2 grav-sowtheme-198bbaaec6b00585f5eef794b130a02aa20f34ce.zip |
new layout 6
Diffstat (limited to 'css')
-rw-r--r-- | css/website.css | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/css/website.css b/css/website.css index 1912fb3..6388c3a 100644 --- a/css/website.css +++ b/css/website.css @@ -44,6 +44,14 @@ a:hover { text-decoration: none; } +a.white { + color: white; +} + +a.white:hover { + color:rgba(255, 255, 255, 0.50); +} + li { padding: 2px 0px; } @@ -184,7 +192,6 @@ and (max-device-width: 900px) } /* animation */ - @keyframes reveal2 { from { opacity: 0.1; } to { opacity: 1; } |