Changeset - 6a3b432f7efb
[Not reviewed]
version_5
0 1 0
Dennis Fink - 10 years ago 2015-07-21 18:02:18
dennis.fink@c3l.lu
Use another color for links
1 file changed with 6 insertions and 0 deletions:
0 comments (0 inline, 0 general)
ennstatus/static/css/ennstatus.css
Show inline comments
 
@@ -56,6 +56,12 @@ h1, h2, h3, h4 {
 
    background-color: #00bf1a;
 
}
 

	
 
a, a:hover, a:active, a:visited {
 
    color: #af24cb;
 
}
 

	
 

	
 

	
 
/* Multi level dropdown menu http://bootsnipp.com/snippets/featured/multi-level-dropdown-menu-bs3 */
 

	
 
.dropdown-submenu {
0 comments (0 inline, 0 general)