Move css to lesson itself

This commit is contained in:
Nanne Baars
2021-11-02 11:50:46 +01:00
committed by Nanne Baars
parent cd2e1c1c09
commit bcaf4485c2
2 changed files with 1 additions and 4 deletions

View File

@ -1,33 +0,0 @@
/* css for lessons */
/* not efficient loading, but at least easier to maintain */
.hidden-menu-item {
display:none;
visibility:hidden;
}
#ac-menu li {
list-style-type: none;
background-color: #aaa;
width: auto;
max-width: 20%;
}
#ac-menu li:hover {
color: white;
background-color: #333;
}
#ac-menu div {
margin-bottom: -60px;
margin-top: -10px;
}
#ac-menu h3 {
color:white;
background-color:#666;
}
#ac-menu-wrapper {
border-bottom: 2px solid #444;
}