Sfoglia il codice sorgente

text page em and strong

alexlcdee 8 anni fa
parent
commit
901f03d360
3 ha cambiato i file con 22 aggiunte e 0 eliminazioni
  1. 12 0
      src/files/css/main.css
  2. 0 0
      src/files/css/main.css.map
  3. 10 0
      src/files/scss/_tags.scss

+ 12 - 0
src/files/css/main.css

@@ -8588,6 +8588,18 @@ footer .copyright .logo {
     margin-top: 6px;*/
     margin: 10px;
     max-width: 100%; }
+  .text-page__text p b, .special-page__article p b, .full-news__text p b, .index-about p b,
+  .text-page__text p strong,
+  .special-page__article p strong,
+  .full-news__text p strong,
+  .index-about p strong {
+    font-weight: 600; }
+  .text-page__text p i, .special-page__article p i, .full-news__text p i, .index-about p i,
+  .text-page__text p em,
+  .special-page__article p em,
+  .full-news__text p em,
+  .index-about p em {
+    font-style: italic; }
 
 .text-page__text ul, .special-page__article ul, .full-news__text ul {
   margin: 0;

File diff suppressed because it is too large
+ 0 - 0
src/files/css/main.css.map


+ 10 - 0
src/files/scss/_tags.scss

@@ -25,6 +25,16 @@
         margin: 10px;
         max-width: 100%;
     }
+
+    b,
+    strong {
+        font-weight: 600;
+    }
+
+    i,
+    em {
+        font-style: italic;
+    }
 }
 
 %ul {

Some files were not shown because too many files changed in this diff