summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristos <christos@bauherren.ovh>2024-12-20 22:12:54 +0000
committerChristos <christos@bauherren.ovh>2024-12-20 22:12:54 +0000
commitbf99b285a09ec4775eb403eaffbe7abcbe60448a (patch)
treef2f434a8111732f91a958f6b18644eb347e3cfcf
parent5f3706b33ca53dba16f05d2398426850b43845a4 (diff)
Added semicolon
-rw-r--r--style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/style.css b/style.css
index 10ab126..7c950e2 100644
--- a/style.css
+++ b/style.css
@@ -174,6 +174,6 @@ background-color: #111;
border-color: #222
}
#main img[src$=svg] {
-filter: invert(1)
+filter: invert(1);
}
}