Make project name link white

This commit is contained in:
HatScripts 2022-05-05 22:16:14 +10:00 committed by GitHub
parent 9281f4e6cc
commit 2ce0773151
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -39,6 +39,9 @@
background: #e19447;
outline: thick solid #e19447;
}
.project-name > a {
color: white;
}
</style>
</head>
<body>