Skip to content

Commit

Permalink
code refresh
Browse files Browse the repository at this point in the history
  • Loading branch information
delvignefred committed Sep 13, 2024
1 parent 6d3f252 commit e334691
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions dist/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ html {
::-webkit-scrollbar-track-piece {
background: var(--system-color-light);
}

::-webkit-scrollbar {
width: 13px;
}
Expand Down Expand Up @@ -159,8 +159,8 @@ body {
flex: 0 0 75%;

& main {
width: 100%;
height: 100%;
width: inherit;
height: inherit;

padding-inline: 1rem;
padding-block: 1rem;
Expand Down Expand Up @@ -229,8 +229,8 @@ body {
pointer;

& nav {
width: 100%;
height: 100%;
width: inherit;
height: inherit;

display: flex;
flex-flow: column nowrap;
Expand All @@ -239,7 +239,7 @@ body {

direction: ltr;

& :is(h2, h3) {
& :is(h2, h3) {
padding-block: 1.4rem 0.4rem;

font: normal normal 700 1.4rem / 3rlh "Alegreya", serif;
Expand All @@ -254,7 +254,7 @@ body {

& h1 {
padding-block: 1.8rem 0.6rem;

font: normal normal 900 2.6rem / 4.4rlh "Bubblegum Sans", sans-serif;
color: var(--system-color-light);
text-shadow: 1px 1px 1px var(--system-color-dark),
Expand Down Expand Up @@ -308,7 +308,7 @@ body {
z-index: 1;
opacity: 0;
transition: opacity 1s ease-out;

&::after {
content: "";
position: absolute;
Expand All @@ -332,7 +332,7 @@ body {

margin-block: 0.4rem;
padding-block: 0.4rem;

font: normal normal 500 1.1rem / 2.2rlh "Lora", serif;
color: var(--system-color-btn-text);

Expand Down Expand Up @@ -371,7 +371,8 @@ body {
fill: var(--system-color-light);

opacity: 0.8;
transition: transform 0.25s ease, filter 0.25s ease, opacity 0.25s ease;
transition: transform 0.25s ease, filter 0.25s ease,
opacity 0.25s ease;
white-space: transform, filter, opacity;
/* ☛ ⚠ cursor max size 128px*128px */
cursor: url("./assets/cursor.png"),
Expand Down Expand Up @@ -422,4 +423,4 @@ body {
animation: none !important;
scroll-behavior: auto !important;
}
}
}

0 comments on commit e334691

Please sign in to comment.