Signed-off-by: Odyssey346 <odyssey346@disroot.org>
This commit is contained in:
Odyssey346
2022-04-23 16:39:58 +02:00
parent 2c18b286fe
commit 81a44b0c51
4 changed files with 21 additions and 10 deletions

View File

@@ -20,6 +20,7 @@ a.visited {
.card {
display: flex;
justify-content: space-evenly;
flex-direction: inherit;
}
.card > div {
@@ -34,6 +35,7 @@ a.visited {
.button {
background-color: #00755e; /* Green */
border: none;
font-family: 'Comfortaa', sans-serif;
color: white;
padding: 16px 32px;
text-align: center;