From be989c1baf8ed41f9e3edb4cc4daa7f64a659ac7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christer=20War=C3=A9n?= Date: Thu, 16 Jun 2022 15:43:31 +0300 Subject: [PATCH] =?UTF-8?q?Update=20War=C3=A9n=20Group=20theme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- warengroup/welcome/index.ftl | 3 +-- warengroup/welcome/resources/css/warengroup.css | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/warengroup/welcome/index.ftl b/warengroup/welcome/index.ftl index abe0e70..5700a02 100755 --- a/warengroup/welcome/index.ftl +++ b/warengroup/welcome/index.ftl @@ -1,10 +1,9 @@ - + Warén Group - SSO - diff --git a/warengroup/welcome/resources/css/warengroup.css b/warengroup/welcome/resources/css/warengroup.css index a174acb..0471019 100644 --- a/warengroup/welcome/resources/css/warengroup.css +++ b/warengroup/welcome/resources/css/warengroup.css @@ -10,6 +10,7 @@ body { *, *:active, *:focus, *:hover, *:visited, *:link { color: #ffffff; text-decoration: none; + font-family: "Akashi", sans-serif; } @font-face { @@ -23,7 +24,6 @@ body, main { } p, main a { - font-family: "Akashi", sans-serif; font-weight: bold; font-size: 1.5em; }