changed background-color of sidebar to blue

This commit is contained in:
Tobias Gabelunke 2020-07-08 09:48:13 +02:00
parent c48196361b
commit a996f80821

View File

@ -6,6 +6,7 @@
margin-top: 10px; margin-top: 10px;
bottom: 0; bottom: 0;
opacity: 95%; opacity: 95%;
background: rgba(34, 129, 247, 0.8);
} }
.nav a { .nav a {
@ -14,7 +15,7 @@
/* show curso position on link */ /* show curso position on link */
.nav a:hover:not(.active) { .nav a:hover:not(.active) {
font-size: 1.15em; font-size: 1.1em;
} }
/* show content beneath sidebar */ /* show content beneath sidebar */