Browse Source

Coutoire: pull changes from varia

Andrés 5 years ago
parent
commit
28ecc6904e
2 changed files with 30 additions and 6 deletions
  1. 15 3
      coutoire/style-rtl.css
  2. 15 3
      coutoire/style.css

+ 15 - 3
coutoire/style-rtl.css

@@ -2355,7 +2355,6 @@ table th,
 	color: black;
 	font-family: "EB Garamond", serif;
 	font-family: var(--font-headings, "EB Garamond", serif);
-	font-size: 2.48832rem;
 	letter-spacing: normal;
 	line-height: 1;
 }
@@ -2377,6 +2376,13 @@ table th,
 	color: currentColor;
 	font-family: "EB Garamond", serif;
 	font-family: var(--font-base, "EB Garamond", serif);
+}
+
+body:not(.fse-enabled) .site-title {
+	font-size: 2.48832rem;
+}
+
+body:not(.fse-enabled) .site-description {
 	font-size: 2.48832rem;
 }
 
@@ -2535,7 +2541,6 @@ table th,
 	display: block;
 	font-family: "Work Sans", sans-serif;
 	font-family: var(--font-headings, "Work Sans", sans-serif);
-	font-size: 0.83333rem;
 	font-weight: 600;
 	padding: 5px 0;
 }
@@ -2593,6 +2598,10 @@ table th,
 	overflow: hidden;
 }
 
+body:not(.fse-enabled) .main-navigation a {
+	font-size: 0.83333rem;
+}
+
 .social-navigation > div > ul {
 	align-content: center;
 	display: flex;
@@ -2716,7 +2725,6 @@ table th,
 .footer-navigation .footer-menu a {
 	font-family: "Work Sans", sans-serif;
 	font-family: var(--font-base, "Work Sans", sans-serif);
-	font-size: 0.83333rem;
 	font-weight: 600;
 	padding: 10px;
 	color: currentColor;
@@ -2730,6 +2738,10 @@ table th,
 	color: #FF7A5C;
 }
 
+body:not(.fse-enabled) .footer-menu a {
+	font-size: 0.83333rem;
+}
+
 .entry-title {
 	font-size: 2.48832rem;
 	letter-spacing: normal;

+ 15 - 3
coutoire/style.css

@@ -2372,7 +2372,6 @@ table th,
 	color: black;
 	font-family: "EB Garamond", serif;
 	font-family: var(--font-headings, "EB Garamond", serif);
-	font-size: 2.48832rem;
 	letter-spacing: normal;
 	line-height: 1;
 }
@@ -2394,6 +2393,13 @@ table th,
 	color: currentColor;
 	font-family: "EB Garamond", serif;
 	font-family: var(--font-base, "EB Garamond", serif);
+}
+
+body:not(.fse-enabled) .site-title {
+	font-size: 2.48832rem;
+}
+
+body:not(.fse-enabled) .site-description {
 	font-size: 2.48832rem;
 }
 
@@ -2552,7 +2558,6 @@ table th,
 	display: block;
 	font-family: "Work Sans", sans-serif;
 	font-family: var(--font-headings, "Work Sans", sans-serif);
-	font-size: 0.83333rem;
 	font-weight: 600;
 	padding: 5px 0;
 }
@@ -2610,6 +2615,10 @@ table th,
 	overflow: hidden;
 }
 
+body:not(.fse-enabled) .main-navigation a {
+	font-size: 0.83333rem;
+}
+
 .social-navigation > div > ul {
 	align-content: center;
 	display: flex;
@@ -2733,7 +2742,6 @@ table th,
 .footer-navigation .footer-menu a {
 	font-family: "Work Sans", sans-serif;
 	font-family: var(--font-base, "Work Sans", sans-serif);
-	font-size: 0.83333rem;
 	font-weight: 600;
 	padding: 10px;
 	color: currentColor;
@@ -2747,6 +2755,10 @@ table th,
 	color: #FF7A5C;
 }
 
+body:not(.fse-enabled) .footer-menu a {
+	font-size: 0.83333rem;
+}
+
 .entry-title {
 	font-size: 2.48832rem;
 	letter-spacing: normal;