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:
parent
e6247ad601
commit
c24391db9e
@ -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{
|
||||
|
Loading…
Reference in New Issue
Block a user