mirror of
https://github.com/gamaio/lobli.git
synced 2024-12-23 04:02: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{
|
body{
|
||||||
/*background: #2f4f5b;*/
|
/*background: #2f4f5b;*/
|
||||||
background: #1a6b1a;
|
background: #526f4d;
|
||||||
background-image: url('../img/body.jpg');
|
/* background-image: url('../img/body.jpg'); */
|
||||||
font-family: 'Montserrat', serif;
|
font-family: 'Montserrat', serif;
|
||||||
min-width:100%;
|
min-width:100%;
|
||||||
}
|
}
|
||||||
@ -32,18 +32,18 @@ hr {
|
|||||||
|
|
||||||
.navbar {
|
.navbar {
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
background: rgba(34, 32, 27, .6);
|
background: rgba(63, 78, 50, .6);
|
||||||
border: none;
|
border: none;
|
||||||
width: 52%;
|
width: 52%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.active{
|
.active{
|
||||||
background: rgba(0,0,0,.5);
|
background: rgba(0,0,0,.3);
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar li a{
|
.navbar li a{
|
||||||
font-size: 41px;
|
font-size: 41px;
|
||||||
color: #355713;
|
color: #4a791a;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar a:hover{
|
.navbar a:hover{
|
||||||
|
Loading…
Reference in New Issue
Block a user