Fixed New project button

This commit is contained in:
giggs 2022-08-02 07:07:43 +02:00
parent af1cf96703
commit 023633e673
2 changed files with 3 additions and 3 deletions

View File

@ -43,11 +43,11 @@ a, .thread:before, button, .button, input[type=button] {
color: var(--link-color);
}
input[type=submit] {
.submit, input[type=submit] {
color: white;
}
input[type=submit]:hover {
.submit, input[type=submit]:hover {
color: white;
}

View File

@ -136,7 +136,7 @@
{{ end }}
{{ if .OwnProfile }}
{{ if .CanAddProject }}
<a href="{{ .NewProjectUrl }}" class="button pv2 ph3">Add New Project</a>
<a href="{{ .NewProjectUrl }}" class="button submit pv2 ph3">Add New Project</a>
{{ else }}
<span class="c--dim i">You have reached the maximum number of personal projects.</span>
{{ end }}