aboutsummaryrefslogtreecommitdiff
path: root/assets/css/screen.css
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/screen.css')
-rw-r--r--assets/css/screen.css4
1 files changed, 1 insertions, 3 deletions
diff --git a/assets/css/screen.css b/assets/css/screen.css
index afa10f2..5da4342 100644
--- a/assets/css/screen.css
+++ b/assets/css/screen.css
@@ -1578,12 +1578,10 @@ body.txt article > header > nav ul li a {
position: relative;
width: 100%;
height: 100%;
-}
-body.txt body.txt article > header > nav > ul > li > a {
background-color: rgba(166, 191, 112, 0.7);
color: white;
}
-body.txt body.txt article > header > nav > ul > li > a:hover, body.txt body.txt article > header > nav > ul > li > a:active {
+body.txt article > header > nav ul li a:hover, body.txt article > header > nav ul li a:active {
background-color: rgb(187, 205, 150);
color: black;
}