change home page title

This commit is contained in:
2023-07-29 21:24:47 +05:00
parent aa6267869c
commit cc0176b589
2 changed files with 4 additions and 3 deletions

View File

@ -53,12 +53,13 @@ a {
}
a:hover {
background-color: var(--hovercolor);
color: #fff;
background-color: var(--hovercolor);
color: #fff;
}
ul {
list-style: none;
padding-left: 0;
}
ul li {