From bbdb0b26a22082ef9b47c74a5ffd36cfd9dd38e4 Mon Sep 17 00:00:00 2001 From: Alee Date: Tue, 26 Feb 2019 15:31:52 -0500 Subject: New font, changed the navigator text and soon changing the theme! --- _includes/heading.html | 2 +- _includes/navigator.html | 8 ++++---- style.css | 6 +++++- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/_includes/heading.html b/_includes/heading.html index 12a83fb..479b9ab 100644 --- a/_includes/heading.html +++ b/_includes/heading.html @@ -4,7 +4,7 @@ - + diff --git a/_includes/navigator.html b/_includes/navigator.html index b743142..9d8d2ba 100644 --- a/_includes/navigator.html +++ b/_includes/navigator.html @@ -1,9 +1,9 @@ \ No newline at end of file diff --git a/style.css b/style.css index b773598..dc8c9aa 100644 --- a/style.css +++ b/style.css @@ -1,3 +1,7 @@ +/* + Legacy Silicon Theme + Made by ServerLion and Alee +*/ .container { width: 95%; margin: auto; @@ -35,7 +39,7 @@ } body { - font-family: 'Roboto', sans-serif; + font-family: 'Play', sans-serif; padding: 0; margin: 0; background: #333; -- cgit v1.2.3