1
Fork 0
mirror of https://github.com/Steffo99/festa.git synced 2024-10-16 15:07:27 +00:00

Add missing newline at the end of a stylesheet

This commit is contained in:
Steffo 2022-07-18 06:10:56 +02:00
parent 7b2bf7031f
commit c110ae8bf2
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -12,4 +12,4 @@ input.positive, button.positive {
input.negative, button.negative { input.negative, button.negative {
border-color: var(--negative); border-color: var(--negative);
} }