aboutsummaryrefslogtreecommitdiff
path: root/assets/css/main.css
diff options
context:
space:
mode:
authorMarvin Borner2018-06-22 15:41:17 +0200
committerMarvin Borner2018-06-22 15:41:17 +0200
commitf6d58059ece646013787cd9b24cebabb2302a33b (patch)
tree0bf4f7304390355e826d37ef384a0987770188a0 /assets/css/main.css
parent3d4bab9751ff3ffa9a0df8b6dc43bfd6b45dfe44 (diff)
Added copyright notice and fixed several small things
Diffstat (limited to 'assets/css/main.css')
-rwxr-xr-xassets/css/main.css15
1 files changed, 15 insertions, 0 deletions
diff --git a/assets/css/main.css b/assets/css/main.css
index e69de29..d1de6f3 100755
--- a/assets/css/main.css
+++ b/assets/css/main.css
@@ -0,0 +1,15 @@
+/**
+ * Design of the Netflix Stats Generator
+ * @author Marvin Borner
+ * @copyright Marvin Borner 2018
+ */
+
+
+body {
+ font-family: 'Share Tech Mono', regular !important;
+ text-rendering: optimizeLegibility !important;
+}
+
+h1 {
+
+} \ No newline at end of file