Skip to content
Snippets Groups Projects

Repository

Merged Gervaise Henry requested to merge repository into develop
Viewing commit e4d898c7
Show latest version
1 file
+ 2
2
Preferences
File browser
Compare changes
@@ -29,13 +29,13 @@
@@ -29,13 +29,13 @@
/* On mouse-over */
/* On mouse-over */
.sidenav a:hover, .dropdown-btn:hover {
.sidenav a:hover, .dropdown-btn:hover {
color: #FFF;
color: #cacfd2 ;
}
}
/* Add an active class to the active dropdown button */
/* Add an active class to the active dropdown button */
.active {
.active {
background-color: green;
background-color: #909497 ;
color: white;
color: white;
}
}