From efcaee55a11a13d988c4f2ef100c582b3a3961de Mon Sep 17 00:00:00 2001 From: annasandri Date: Wed, 10 Jun 2020 15:34:51 +0200 Subject: [PATCH] Update '12/style.css' --- 12/style.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/12/style.css b/12/style.css index eb74cff..d0e2157 100644 --- a/12/style.css +++ b/12/style.css @@ -38,6 +38,11 @@ url("https://fonts.googleapis.com/css?family=Roboto Mono") } + @font-face { + font-family: "MisterPixel"; + src: url("font/Mister Pixel Tools.otf") format("opentype"); + } + body{ @@ -55,10 +60,10 @@ body{ } a#main_page_link{ - color:fuchsia; + color:black; } a#main_page_link:hover{ - color:black; + color:fuchsia; } .intro{