From 107784e82eef97a4bf5a322d606eddcbbee0db0a Mon Sep 17 00:00:00 2001 From: Charles Date: Tue, 21 Jul 2020 23:05:48 +0200 Subject: Initial commit --- style.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 style.css (limited to 'style.css') diff --git a/style.css b/style.css new file mode 100644 index 0000000..69023c3 --- /dev/null +++ b/style.css @@ -0,0 +1,15 @@ +@font-face { + font-family: "Roboto"; + src: url("font/Roboto-Regular.ttf"); +} + +body { + font-family: "Roboto"; + background-color: #212121; + color: #F5F5F5; +} + +a { + color: #1E88E5; + text-decoration: none; +} -- cgit