.
This commit is contained in:
parent
057e1b1014
commit
6fe2eca6cf
7 changed files with 33 additions and 78 deletions
|
|
@ -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
|
||||
*****************************/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue