mirror of
https://github.com/Aviortheking/CA_LARAVEL.git
synced 2025-06-13 18:19:19 +00:00
modify view and style
This commit is contained in:
10
public/css/style.css
vendored
10
public/css/style.css
vendored
@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user