labguage and colormode support
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user