Merge pull request #1300 from jxpeng98/about-icon-change

change the icon of about in nav bar
This commit is contained in:
tangly1024
2023-07-23 22:04:14 +08:00
committed by GitHub

View File

@@ -2,4 +2,7 @@
#theme-fukasawa .sideLeft hr{
opacity: .04;
}
}
.fa-info:before {
content: "\f05a";
}