Explorar o código

Rivington: set variables for unset font-family rules

Andrés %!s(int64=5) %!d(string=hai) anos
pai
achega
4e66125edd
Modificáronse 3 ficheiros con 3 adicións e 0 borrados
  1. 1 0
      rivington/sass/_extra-child-theme.scss
  2. 1 0
      rivington/style-rtl.css
  3. 1 0
      rivington/style.css

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

@@ -369,6 +369,7 @@ a {
 .widget_jp_blogs_i_follow li,
 .widget_rss_links li {
 	font-family: inherit;
+	font-family: var( --font-base, inherit );
 }
 
 /**

+ 1 - 0
rivington/style-rtl.css

@@ -3957,6 +3957,7 @@ p:not(.site-title) a:hover {
 .widget_jp_blogs_i_follow li,
 .widget_rss_links li {
 	font-family: inherit;
+	font-family: var(--font-base, inherit);
 }
 
 /**

+ 1 - 0
rivington/style.css

@@ -3986,6 +3986,7 @@ p:not(.site-title) a:hover {
 .widget_jp_blogs_i_follow li,
 .widget_rss_links li {
 	font-family: inherit;
+	font-family: var(--font-base, inherit);
 }
 
 /**