summaryrefslogtreecommitdiffstats
path: root/src/style.css
diff options
context:
space:
mode:
authorMaksymilian Jopek <maks@jopek.eu>2022-02-15 20:42:04 +0100
committerMaksymilian Jopek <maks@jopek.eu>2022-02-15 20:42:04 +0100
commitd1dcd0b49010bba31e44859e0d1d76abb7fb20fc (patch)
tree9b0ef2f20679d708933de9876855b458249f1a08 /src/style.css
downloadalahelo-madio-d1dcd0b49010bba31e44859e0d1d76abb7fb20fc.tar.gz
alahelo-madio-d1dcd0b49010bba31e44859e0d1d76abb7fb20fc.tar.zst
alahelo-madio-d1dcd0b49010bba31e44859e0d1d76abb7fb20fc.zip
Initial commit - v1.0.0
Diffstat (limited to 'src/style.css')
-rw-r--r--src/style.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/style.css b/src/style.css
new file mode 100644
index 0000000..cc62277
--- /dev/null
+++ b/src/style.css
@@ -0,0 +1,11 @@
+html {
+ font-family: Avenir, Helvetica, Arial, sans-serif;
+ -webkit-font-smoothing: antialiased;
+ -moz-osx-font-smoothing: grayscale;
+ text-align: center;
+ color: #2c3e50;
+ margin-top: 60px;
+}
+td, th {
+ border: 1px solid black;
+}