diff options
author | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-04-08 00:12:48 +0200 |
---|---|---|
committer | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-04-08 00:12:48 +0200 |
commit | 01e96380a4e48b5d338c71fad690382124195b17 (patch) | |
tree | dc40f7d639fda7c77439bd935d497503d241cfe6 /static |
Initial commit
Diffstat (limited to 'static')
-rw-r--r-- | static/style.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css new file mode 100644 index 0000000..63193d7 --- /dev/null +++ b/static/style.css @@ -0,0 +1,8 @@ +body {
+ font-size: 16px;
+}
+
+* {
+ font-family: sans-serif;
+}
+
|