labguage and colormode support

This commit is contained in:
yousifpa98
2025-01-14 19:29:00 +01:00
parent f88524ff0e
commit 347229a9cd
29 changed files with 431 additions and 154 deletions

View File

@@ -1,6 +1,7 @@
.hero {
grid-area: 1 / 1 / 4 / 5;
animation-duration: 1.5s;
transition: all 0.3s ease;
}
.hero p span {
@@ -10,5 +11,9 @@
.hero p {
font-size: 2rem;
color: rgb(151, 151, 151);
color: rgb(90, 90, 90);
}
.hero.light p span {
color: rgb(40, 40, 40);
}