Takashi Irie 5 лет назад
Родитель
Сommit
f2ef2c632c
3 измененных файлов с 17 добавлено и 3 удалено
  1. 5 1
      rivington/sass/_extra-child-theme.scss
  2. 6 1
      rivington/style-rtl.css
  3. 6 1
      rivington/style.css

+ 5 - 1
rivington/sass/_extra-child-theme.scss

@@ -15,6 +15,10 @@ $spacing_unit: map-deep-get($config-global, "spacing", "unit");
 /**
  * Elements
  */
+b, strong {
+	font-weight: 600;
+}
+
 a {
 	text-decoration: none;
 
@@ -159,7 +163,7 @@ a {
 /**
  * Main
  */
-#main {
+.site-main {
 	padding-top: 0;
 }
 

+ 6 - 1
rivington/style-rtl.css

@@ -3402,6 +3402,11 @@ img#wpstats {
 /**
  * Elements
  */
+b,
+strong {
+	font-weight: 600;
+}
+
 a {
 	text-decoration: none;
 }
@@ -3539,7 +3544,7 @@ p:not(.site-title) a:hover {
 /**
  * Main
  */
-#main {
+.site-main {
 	padding-top: 0;
 }
 

+ 6 - 1
rivington/style.css

@@ -3419,6 +3419,11 @@ img#wpstats {
 /**
  * Elements
  */
+b,
+strong {
+	font-weight: 600;
+}
+
 a {
 	text-decoration: none;
 }
@@ -3556,7 +3561,7 @@ p:not(.site-title) a:hover {
 /**
  * Main
  */
-#main {
+.site-main {
 	padding-top: 0;
 }