change gradient and removed id colours
Some checks failed
Build / deploy (push) Has been cancelled

This commit is contained in:
CJSatnarine
2026-01-04 02:10:40 -05:00
parent fc917d4cb8
commit deceff96dc

View File

@@ -67,7 +67,8 @@ strong {
} }
hr { hr {
background: linear-gradient(to right, colours.$h1, colours.$h1, colours.$h2, colours.$h3, colours.$h4, colours.$h5, colours.$h6, colours.$h6); // background: linear-gradient(to right, colours.$h1, colours.$h1, colours.$h2, colours.$h3, colours.$h4, colours.$h5, colours.$h6, colours.$h6);
background: linear-gradient(to right, colours.$h1, colours.$periwinkle, colours.$h1, colours.$periwinkle, colours.$h1);
height: 5px; height: 5px;
border: 0; border: 0;
} }
@@ -92,30 +93,6 @@ hr {
} }
} }
#vaxandi_forritari {
color: colours.$h1;
}
#aspiring_game_developer {
color: colours.$h2;
}
#amateur_linguist {
color: colours.$h3;
}
#frolicking_photographer {
color: colours.$h4;
}
#adventuring_animator {
color: colours.$h5;
}
#music_enjoyer {
color: colours.$h6;
}
#subtitle { #subtitle {
color: colours.$dates; color: colours.$dates;
} }