diff --git a/css/setup.css b/css/setup.css index ccc5b3479..10d2b52fc 100644 --- a/css/setup.css +++ b/css/setup.css @@ -1,4 +1,4 @@ -/* +/*! * Copyright (C) 2013-2020 Combodo SARL * * This file is part of iTop. @@ -60,11 +60,12 @@ h1 { } h2 { color: #1A202C; - font-size: 12pt; + font-size: 14pt; + font-weight: normal; } h3 { color: #1C94C4; - font-size: 11pt; + font-size: 12pt; font-weight: bold; } a { diff --git a/css/setup.scss b/css/setup.scss index b434af176..11ec2b2d0 100644 --- a/css/setup.scss +++ b/css/setup.scss @@ -93,11 +93,12 @@ h1 { } h2 { color: $default-font-color; - font-size: 12pt; + font-size: 14pt; + font-weight: normal; } h3 { color: #1C94C4; - font-size: 11pt; + font-size: 12pt; font-weight: bold; } a{