diff options
author | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-04-16 22:48:07 +0200 |
---|---|---|
committer | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-04-16 22:48:07 +0200 |
commit | 4e715ab1e1053698c3eb02c13cc726ce9bd26667 (patch) | |
tree | af79d71fe9b02397d2330762e4af9902603abd8b /static | |
parent | 9da246e91e7143536973bd9cfd1f11f4a6578f3b (diff) |
DB migration & timer token
Diffstat (limited to 'static')
-rw-r--r-- | static/style.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css index 17df2b0..f153f6e 100644 --- a/static/style.css +++ b/static/style.css @@ -9,3 +9,4 @@ body { .error {
color: red;
}
+
|