Skip to content
Snippets Groups Projects
Commit 6ec903f7 authored by Job van der Voort's avatar Job van der Voort
Browse files

download page look, fixes #125

parent 789a1f57
No related branches found
No related tags found
1 merge request!237Dl look
Loading
Loading
@@ -8,11 +8,36 @@ body {
}
 
.btn-default {
background-color: rgba(0,0,0,0);
border-color: #fff;
background-color: #7769A0;
border-color: #7769A0;
color: #fff;
-webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
-ms-transition: all .2s linear;
-o-transition: all .2s linear;
transition: all .2s linear;
}
 
.btn-default:hover,
.btn-default:focus,
.btn-default .dropdown-toggle,
.btn-group.open .dropdown-toggle {
background-color: #403366;
border-color: #403366;
color: #fff;
}
.dropdown-menu {
background: #019875;
}
.dropdown-menu>li>a {
color: white;
}
.dropdown-menu li a:hover {
background: #18BE97;
}
.other-downloads {
margin-top: 30px;
}
Loading
Loading
@@ -28,3 +53,13 @@ body {
.other-downloads h3 a {
color: rgba(255,255,255,0.9);
}
pre {
background: #403366;
border: none;
color: white;
}
.tab-step p {
color: #E3DCF7;
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment