Make project name link white

This commit is contained in:
HatScripts 2022-05-05 21:33:32 +10:00
parent 1242d2ead2
commit cc5bbf0b15

View file

@ -1,3 +1,6 @@
.project-name > a {
color: white;
}
.container {
display: flex;
flex-wrap: wrap;