Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/darshanbaral/aafu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarshan Baral <darshanbaral@gmail.com>2019-07-23 06:50:42 +0300
committerDarshan Baral <darshanbaral@gmail.com>2019-07-23 06:50:42 +0300
commit09e92ed0789e98c81fc27759f8841769b22c0b9d (patch)
tree9c58edee4ffa2f44c41c0127ede91b2fd4f42e35
parent83b5ab96c4914415b190d11644e39732a67c891d (diff)
Added CSS for a:hover and such in dark theme
-rw-r--r--static/css/aafu_dark.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/static/css/aafu_dark.css b/static/css/aafu_dark.css
index 8d4aacd..ddf214d 100644
--- a/static/css/aafu_dark.css
+++ b/static/css/aafu_dark.css
@@ -14,6 +14,12 @@ a,
color: #ffc107;
}
+a:hover,
+.accordion:hover,
+.social-icons *:hover {
+ color: #dba810;
+}
+
.skillbar {
background-color: #262626;
border: solid 1px white;