added hero page

This commit is contained in:
gurusabarish
2022-02-17 22:45:51 +05:30
parent 006bf5abcd
commit f73e4bf20d
9 changed files with 133 additions and 4 deletions
+9
View File
@@ -20,18 +20,27 @@
#theme-toggle:focus {
outline: 0;
}
#theme-toggle svg {
height: 18px;
}
button#theme-toggle {
border: none;
font-size: 26px;
margin: auto 4px;
}
body.dark #moon {
vertical-align: middle;
display: none;
}
body:not(.dark) #sun {
display: none;
}
body *::selection {
color: var(--text-color) !important;
background-color: var(--primary-color) !important;
}