Internal: Fix setup headers style due to 71708cf

This commit is contained in:
Molkobain
2020-02-05 14:49:33 +01:00
parent 3d2a844fef
commit c5625e6a8d
2 changed files with 7 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
/* /*!
* Copyright (C) 2013-2020 Combodo SARL * Copyright (C) 2013-2020 Combodo SARL
* *
* This file is part of iTop. * This file is part of iTop.
@@ -60,11 +60,12 @@ h1 {
} }
h2 { h2 {
color: #1A202C; color: #1A202C;
font-size: 12pt; font-size: 14pt;
font-weight: normal;
} }
h3 { h3 {
color: #1C94C4; color: #1C94C4;
font-size: 11pt; font-size: 12pt;
font-weight: bold; font-weight: bold;
} }
a { a {

View File

@@ -93,11 +93,12 @@ h1 {
} }
h2 { h2 {
color: $default-font-color; color: $default-font-color;
font-size: 12pt; font-size: 14pt;
font-weight: normal;
} }
h3 { h3 {
color: #1C94C4; color: #1C94C4;
font-size: 11pt; font-size: 12pt;
font-weight: bold; font-weight: bold;
} }
a{ a{