diff options
author | stanislavh <stanislav.honcharov@sonarsource.com> | 2022-12-07 10:39:23 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2022-12-08 20:02:58 +0000 |
commit | bd23178bb85c8eca984ad63fda153567ee8b222e (patch) | |
tree | 288e91f1090376105539ca30991b5fd735b3a1e3 /server/sonar-web/src/main/js/app/styles | |
parent | 32d84b0f2f4aad6653a08509d2ddf058334e0d82 (diff) | |
download | sonarqube-bd23178bb85c8eca984ad63fda153567ee8b222e.tar.gz sonarqube-bd23178bb85c8eca984ad63fda153567ee8b222e.zip |
SONAR-17481 make bold text distinguisable from subsection headers
Diffstat (limited to 'server/sonar-web/src/main/js/app/styles')
-rw-r--r-- | server/sonar-web/src/main/js/app/styles/style.css | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/server/sonar-web/src/main/js/app/styles/style.css b/server/sonar-web/src/main/js/app/styles/style.css index 3fa0984eb17..f8cd9b40af6 100644 --- a/server/sonar-web/src/main/js/app/styles/style.css +++ b/server/sonar-web/src/main/js/app/styles/style.css @@ -114,8 +114,8 @@ } .rule-desc h2 { - font-size: 20px; - font-weight: 400; + font-size: 22px; + font-weight: 500; border-bottom: 1px solid #e6e6e6; line-height: 2rem; margin-top: 32px; @@ -128,11 +128,11 @@ .rule-desc h3 { font-size: 18px; - font-weight: 500; + font-weight: 700; } .rule-desc h4 { - font-size: 14px; - font-weight: 700; + font-size: 16px; + font-weight: 500; } .rule-desc h5, |