]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-17481 make bold text distinguisable from subsection headers
authorstanislavh <stanislav.honcharov@sonarsource.com>
Wed, 7 Dec 2022 09:39:23 +0000 (10:39 +0100)
committersonartech <sonartech@sonarsource.com>
Thu, 8 Dec 2022 20:02:58 +0000 (20:02 +0000)
server/sonar-web/src/main/js/app/styles/style.css
server/sonar-web/src/main/js/apps/coding-rules/styles.css

index 3fa0984eb17f2c47692a55b7af82866f41d79162..f8cd9b40af637af5333c85ce03141d94b1267c87 100644 (file)
 }
 
 .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;
 
 .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,
index ec6a00534b5fa4f5e0134af92273f42679d2088a..7508b7c56a32257c407041e0837fe4588acbc95f 100644 (file)
@@ -33,8 +33,8 @@
   position: relative;
   display: inline-block;
   margin: 16px 0;
-  font-size: 20px;
-  font-weight: 400;
+  font-size: 22px;
+  font-weight: 500;
   border-bottom: 1px solid #e6e6e6;
   width: 100%;
 }