1
0
mirror of https://github.com/gamaio/lobli.git synced 2024-12-22 19:52:40 +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.
And fix the revert mistake I just did when trying to commit this the last time
    I did this... >.>
This commit is contained in:
alopexc0de 2014-07-20 14:25:48 -04:00
parent e6247ad601
commit c24391db9e
No known key found for this signature in database
GPG Key ID: 48E847F18074C953

View File

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