aboutsummaryrefslogtreecommitdiff
path: root/static/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css10
1 files changed, 7 insertions, 3 deletions
diff --git a/static/style.css b/static/style.css
index b829f98..c4b02b5 100644
--- a/static/style.css
+++ b/static/style.css
@@ -119,6 +119,10 @@ a.navbar-title:hover {
text-decoration: underline;
}
+a:active {
+ color: #fe8019;
+}
+
.nav {
display: inline;
padding-left: 0;
@@ -151,7 +155,7 @@ img.pfp {
.list {
background-color: #3c3836;
margin-bottom: 8px;
- color: #a89984;
+ color: #d5c4a1;
}
.list a {
@@ -167,8 +171,8 @@ img.pfp {
.sidebar {
max-width: inherit;
- min-height: 13rem;
- max-height: 13rem;
+ min-height: 14rem;
+ max-height: 14rem;
font-size: 13px;
}