Better colors
This commit is contained in:
parent
8d9d801aa6
commit
05ed8d681f
1 changed files with 3 additions and 3 deletions
|
@ -9,12 +9,12 @@ footer a {
|
|||
|
||||
/* Give service boxes a border */
|
||||
.service {
|
||||
border: 1px #6F4E37 solid;
|
||||
border: 2px #b6fff4 solid;
|
||||
border-radius: 10px;
|
||||
border-spacing: 10px;
|
||||
padding: 30px;
|
||||
box-sizing: border-box;
|
||||
box-shadow: inset 0 0 10px #6F4E37;
|
||||
box-shadow: inset 0 0 10px #ffb6c1;
|
||||
}
|
||||
|
||||
/* Limit size of navbar logo */
|
||||
|
@ -30,5 +30,5 @@ footer a {
|
|||
}
|
||||
|
||||
.bg-coffee {
|
||||
background-color: #6F4E37;
|
||||
background-color: #ffb6c1;
|
||||
}
|
Loading…
Reference in a new issue