Change to brighter colors
parent
1da4439ae7
commit
28300180a4
|
@ -103,8 +103,8 @@ main {
|
||||||
}
|
}
|
||||||
|
|
||||||
section {
|
section {
|
||||||
background-color: #444444;
|
background-color: #bbbbbb;
|
||||||
color: #ffffff;
|
color: #000000;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
border-radius: 50px;
|
border-radius: 50px;
|
||||||
margin: 10px;
|
margin: 10px;
|
||||||
|
@ -124,11 +124,11 @@ section p {
|
||||||
}
|
}
|
||||||
|
|
||||||
section a {
|
section a {
|
||||||
color: #eeeeee;
|
color: #444444;
|
||||||
}
|
}
|
||||||
|
|
||||||
section a:hover, section a:focus {
|
section a:hover, section a:focus {
|
||||||
color: #dddddd;
|
color: #666666;
|
||||||
}
|
}
|
||||||
|
|
||||||
.extrapadding {
|
.extrapadding {
|
||||||
|
|
Loading…
Reference in New Issue