1
0

Update Warén Group theme

This commit is contained in:
Christer Warén
2022-06-16 15:43:31 +03:00
parent 4bc819bc39
commit be989c1baf
2 changed files with 2 additions and 3 deletions

View File

@@ -1,10 +1,9 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html lang="en">
<head> <head>
<title>Warén Group - SSO</title> <title>Warén Group - SSO</title>
<meta charset="utf-8"> <meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="robots" content="noindex, nofollow"> <meta name="robots" content="noindex, nofollow">
<link rel="shortcut icon" href="${resourcesPath}/img/favicon.ico" /> <link rel="shortcut icon" href="${resourcesPath}/img/favicon.ico" />

View File

@@ -10,6 +10,7 @@ body {
*, *:active, *:focus, *:hover, *:visited, *:link { *, *:active, *:focus, *:hover, *:visited, *:link {
color: #ffffff; color: #ffffff;
text-decoration: none; text-decoration: none;
font-family: "Akashi", sans-serif;
} }
@font-face { @font-face {
@@ -23,7 +24,6 @@ body, main {
} }
p, main a { p, main a {
font-family: "Akashi", sans-serif;
font-weight: bold; font-weight: bold;
font-size: 1.5em; font-size: 1.5em;
} }