summaryrefslogtreecommitdiff
path: root/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'styles.css')
-rw-r--r--styles.css10
1 files changed, 8 insertions, 2 deletions
diff --git a/styles.css b/styles.css
index a2981c40..f4456cb1 100644
--- a/styles.css
+++ b/styles.css
@@ -33,6 +33,10 @@ nav a:visited {
text-decoration: none;
}
+.dropdown-item {
+ color: rgba(0, 0, 0, 0.5);
+}
+
#body_content a:hover {
transition: background-color 0.3s;
background-color: rgba(200, 200, 200, 0.5);
@@ -72,12 +76,14 @@ footer {
}
.btn-dark {
- background-color: #9d9d9d;
+ background-color: rgba(255, 255, 255, 0);
+ color: rgba(0, 0, 0, 0.5);
+ border-style: none;
}
#mybody nav {
- border-radius: 0px;
+ border-radius: 0px;
}
footer {