modify view and style

This commit is contained in:
s0dyy
2020-03-13 11:11:35 +01:00
parent f0a268e4e8
commit b76a536ec5
6 changed files with 71 additions and 59 deletions

10
public/css/style.css vendored
View File

@ -25,14 +25,14 @@ body {
background-color: #E7E7E7;
font-family: 'Poppins', sans-serif;
font-weight: 200;
color: #B1B0B7;
color: #FAFAFA;
text-align: center;
}
a:link, a:visited {
font-weight: 700;
background-color: #92F2DC;
color: white;
background-color: #636b6f;
color: #FAFAFA;
padding: 14px 25px;
text-align: center;
text-decoration: none;
@ -40,5 +40,7 @@ a:link, a:visited {
}
a:hover, a:active {
background-color: #9DFFB3;
background-color: #FF0448;
color: #FAFAFA;
}