minor: making the links in the left nav white (on black) instead of dark blue

This commit is contained in:
Erik Vold 2013-07-30 18:14:09 -07:00
Родитель befedaace0
Коммит 63857c3406
1 изменённых файлов: 19 добавлений и 10 удалений

Просмотреть файл

@ -9,10 +9,10 @@
dropdown buttons: #363636
sidebar "link" buttons: #939393
*/
/* New colour scheme:
sidebar, info panel
sidebar, info panel
background:#404850
*/
@ -65,9 +65,9 @@ h3 {
}
.collusion-icon{
border:1px solid #5ABED2;
width: 35px;
height: 35px;
border:1px solid #5ABED2;
width: 35px;
height: 35px;
border-radius: 5px;
float: left;
}
@ -214,6 +214,15 @@ h3 {
top: 3px;
}
.controls .links > a, .controls .links > a:visited{
color: white;
text-decoration: none;
}
.controls .links > a:hover {
text-decoration: underline;
}
.controls .links{
line-height: 30px;
}
@ -469,7 +478,7 @@ h3 {
.feature-name{
display: inline-block;
width: 120px;
font-weight: bold;
font-weight: bold;
text-transform: capitalize;
}
@ -843,11 +852,11 @@ text {
.breadcrumb .arrow-left {
float: left;
width: 0;
height: 0;
width: 0;
height: 0;
border-top: 5px solid transparent;
border-bottom: 5px solid transparent;
border-right:10px solid #303539;
border-bottom: 5px solid transparent;
border-right:10px solid #303539;
margin: 7px 10px 0 10px;
}