summaryrefslogtreecommitdiff
path: root/css/website.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/website.css')
-rw-r--r--css/website.css9
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; }