You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
534 B

.section {
text-align: center;
}
.section * {
margin-top: unset;
}
.section a {
font-family: "Red Hat Display";
display: inline-flex;
align-items: center;
padding: 0.4em 1em;
font-family: "Red Hat Display";
font-weight: 500;
font-size: 1.1em;
border-radius: 8px;
background-color: var(--background-color-dark);
}
.section div {
display: flex;
gap: 10px;
justify-content: center;
}
.section a:hover {
background-color: var(--theme-color-500);
text-decoration: none;
}