small improvements

This commit is contained in:
Amolith 2023-01-20 19:32:28 -05:00
parent df4786ef52
commit ad81dcdc79
Signed by: Amolith
GPG Key ID: 8AE30347CE28D101
2 changed files with 9 additions and 2 deletions

View File

@ -12,6 +12,12 @@ details {
}
summary {
padding: 0 10px;
a {
color: $dark;
}
a:visited {
color: $dark;
}
}
summary:hover {
cursor: pointer;
@ -163,7 +169,6 @@ input[type="text"]:focus {
background-color: #e4e6e8;
border: 1px solid #9fa6ad;
border-radius: 3px;
cursor: pointer;
padding: 0px 4px 4px;
}
@ -171,6 +176,8 @@ input[type="text"]:focus {
padding: 20px 0 20px 0;
text-align: center;
line-height: 30px;
margin-top: auto;
margin-bottom: 25px;
a {
color: $dark;
}

View File

@ -6,6 +6,6 @@
<div id="content">
{{- block "main" . }}{{- end }}
</div>
{{- partial "footer.html" . -}}
</body>
{{- partial "footer.html" . -}}
</html>