Files
my_website/assets/css/custom.css
T
2026-02-17 20:14:54 +01:00

18 lines
316 B
CSS
Executable File

.profile_inner h1 {
font-family: 'oldenglish', serif !important;
}
.terms-tags {
display: flex;
flex-wrap: wrap;
gap: 0.6rem 1rem;
}
#menu a span {
border-bottom: 2px solid transparent;
transition: border-color 0.2s ease;
}
#menu a:hover span {
border-bottom: 2px solid currentColor;
}