This commit is contained in:
g* 2025-06-18 17:08:54 +02:00
commit 6fe2eca6cf
7 changed files with 33 additions and 78 deletions

View file

@ -5,7 +5,6 @@
@import url(_page-resume.css);
@import url(_hero-text.css);
@import url(_faces.css);
@import url(_button.css);
@import url(_media-player.css);
@ -54,8 +53,23 @@ article.md-content__inner.md-typeset:after {
max-width: none;
}
=======
>>>>>>> parent of ec3c133 (.)
/*****************************
* BUTTON
*****************************/
div.button {
font-family: var(--secondary-font);
border-bottom: 3px solid var(--secondary-colour);
width: fit-content;
padding-bottom: 3px;
font-weight: bold;
&:hover {
border-bottom: 3px solid white;
}
}
/*****************************
* STATUS
*****************************/