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