feat(logo): replace site title with logo and add dark mode filter
All checks were successful
Deploy Theme / deploy (push) Successful in 15s
All checks were successful
Deploy Theme / deploy (push) Successful in 15s
This commit is contained in:
@@ -68,6 +68,14 @@ html[data-theme='light'] {
|
||||
}
|
||||
}
|
||||
|
||||
.site-logo {
|
||||
@apply transition-all duration-300;
|
||||
}
|
||||
|
||||
html[data-theme='dark'] .site-logo {
|
||||
filter: invert(0.9) brightness(1.2);
|
||||
}
|
||||
|
||||
@keyframes fadeInUp {
|
||||
from {
|
||||
opacity: 0;
|
||||
|
||||
Reference in New Issue
Block a user