1
0
mirror of https://github.com/gamaio/lobli.git synced 2025-01-03 15:52:42 +00:00

Small CSS tweaks, add more contrast to elements.

Trying to make it look a bit less cluttered and still have high contrast.
This works rather well I think.
This commit is contained in:
alopexc0de 2014-07-20 14:19:59 -04:00
parent 285633c34f
commit e6247ad601
No known key found for this signature in database
GPG Key ID: 48E847F18074C953

View File

@ -32,22 +32,21 @@ hr {
.navbar {
margin-bottom: 20px;
background: rgba(0, 0, 0, .3);
background: rgba(63, 78, 50, .6);
border: none;
width: 51.8%;
width: 52%;
}
.active{
background: rgba(0,0,0,.4);
background: rgba(0,0,0,.3);
}
.navbar li a{
font-size: 41px;
color: #ccc;
color: #4a791a;
}
.navbar li a:hover{
color: #9ab4d5;
.navbar a:hover{
background: rgba(34, 32, 27, 1);
}
@ -56,7 +55,7 @@ hr {
font-size: 52px;
font-weight: 700;
margin-left: 21%;
color: #ccc;
color: #53960f;
}
.spacer{