mirror of
https://github.com/gamaio/lobli.git
synced 2024-12-22 19:52:40 +00:00
Move to simpler color scheme
The original background was a little, "busy". This has been traded in favour of a light green background and better matching colors for links & navbar
This commit is contained in:
parent
b98d46c5dd
commit
1a3391e487
@ -1,7 +1,7 @@
|
||||
body{
|
||||
/*background: #2f4f5b;*/
|
||||
background: #1a6b1a;
|
||||
background-image: url('../img/body.jpg');
|
||||
background: #526f4d;
|
||||
/* background-image: url('../img/body.jpg'); */
|
||||
font-family: 'Montserrat', serif;
|
||||
min-width:100%;
|
||||
}
|
||||
@ -32,18 +32,18 @@ hr {
|
||||
|
||||
.navbar {
|
||||
margin-bottom: 20px;
|
||||
background: rgba(34, 32, 27, .6);
|
||||
background: rgba(63, 78, 50, .6);
|
||||
border: none;
|
||||
width: 52%;
|
||||
}
|
||||
|
||||
.active{
|
||||
background: rgba(0,0,0,.5);
|
||||
background: rgba(0,0,0,.3);
|
||||
}
|
||||
|
||||
.navbar li a{
|
||||
font-size: 41px;
|
||||
color: #355713;
|
||||
color: #4a791a;
|
||||
}
|
||||
|
||||
.navbar a:hover{
|
||||
|
Loading…
Reference in New Issue
Block a user