From f6d58059ece646013787cd9b24cebabb2302a33b Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Fri, 22 Jun 2018 15:41:17 +0200 Subject: Added copyright notice and fixed several small things --- assets/css/main.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'assets/css/main.css') 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 -- cgit v1.2.3