Added links to homepage

This commit is contained in:
Ludoviko 2021-07-23 19:35:41 +01:00
parent ec742b15db
commit 1ee4053c4c
No known key found for this signature in database
GPG key ID: 1E66DEA3F5D623D1
10 changed files with 156 additions and 10 deletions

View file

@ -26,11 +26,16 @@
align-items: center;
}
.footer a:hover {
color: #0070f3;
}
.footer a {
display: flex;
justify-content: center;
align-items: center;
flex-grow: 1;
color: #eaeaea;
}
.title a {
@ -53,6 +58,7 @@
.title,
.description {
text-align: center;
color: #eaeaea
}
.description {
@ -90,10 +96,15 @@
width: 45%;
}
.card:link,
.card:visited {
color: #eaeaea
}
.card:hover,
.card:focus,
.card:active {
color: #0070f3;
color: #0070f3 !important;
border-color: #0070f3;
}