FIX: Partial unification of styling, will work on resume later.

This commit is contained in:
MajorDroolz
2022-12-22 18:29:53 -05:00
parent cf6a5ef910
commit b7c7e0dd9c
5 changed files with 25 additions and 57 deletions

View File

@@ -1,37 +1,3 @@
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,500,1,200');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Code+Pro:wght@400;900&display=swap');
/*----------------------------------------------------------------------------*/
* {
padding: 0;
border: 0;
margin: 0;
outline: 0;
--light: #FEFADC;
--dark: #504B43;
--red: #EC1B24;
--yellow: #FCAB10;
--green: #62C869;
--blue: #2B9EB3;
--timing: cubic-bezier(0.2, 1, 0, 1);
--start-timing: cubic-bezier(0,.5,0,.9);
}
.light { --color: var(--light) }
.dark { --color: var(--dark) }
.red { --color: var(--red) }
.yellow { --color: var(--yellow) }
.green { --color: var(--green) }
.blue { --color: var(--blue) }
.flex-space { flex: 1 }
/*----------------------------------------------------------------------------*/
@media (min-aspect-ratio: 6 / 5) {
.nav2, .nav3 {
display: none !important;
@@ -229,17 +195,6 @@ header {
/*----------------------------------------------------------------------------*/
#about-section {
height: 60vmin;
}
#title-section {
height: 90vmin;
z-index: 1000;
}
/*----------------------------------------------------------------------------*/
#menu-modal::backdrop {
background-color: #0008;
}