فهرست منبع

Stow: pull changes from varia

Andrés 5 سال پیش
والد
کامیت
dbd1830894
2فایلهای تغییر یافته به همراه30 افزوده شده و 6 حذف شده
  1. 15 3
      stow/style-rtl.css
  2. 15 3
      stow/style.css

+ 15 - 3
stow/style-rtl.css

@@ -2356,7 +2356,6 @@ table th,
 	color: #404040;
 	font-family: "Oswald", sans-serif;
 	font-family: var(--font-headings, "Oswald", sans-serif);
-	font-size: 1.2rem;
 	letter-spacing: normal;
 	line-height: 1.3333;
 }
@@ -2378,6 +2377,13 @@ table th,
 	color: currentColor;
 	font-family: "Source Sans Pro", Arial, sans-serif;
 	font-family: var(--font-base, "Source Sans Pro", Arial, sans-serif);
+}
+
+body:not(.fse-enabled) .site-title {
+	font-size: 1.2rem;
+}
+
+body:not(.fse-enabled) .site-description {
 	font-size: 0.83333rem;
 }
 
@@ -2536,7 +2542,6 @@ table th,
 	display: block;
 	font-family: "Source Sans Pro", Arial, sans-serif;
 	font-family: var(--font-headings, "Source Sans Pro", Arial, sans-serif);
-	font-size: 1.2rem;
 	font-weight: 700;
 	padding: 8px 0;
 }
@@ -2594,6 +2599,10 @@ table th,
 	overflow: hidden;
 }
 
+body:not(.fse-enabled) .main-navigation a {
+	font-size: 1.2rem;
+}
+
 .social-navigation > div > ul {
 	align-content: center;
 	display: flex;
@@ -2717,7 +2726,6 @@ table th,
 .footer-navigation .footer-menu a {
 	font-family: "Source Sans Pro", Arial, sans-serif;
 	font-family: var(--font-base, "Source Sans Pro", Arial, sans-serif);
-	font-size: 0.83333rem;
 	font-weight: 700;
 	padding: 16px;
 	color: currentColor;
@@ -2731,6 +2739,10 @@ table th,
 	color: #4f4f4f;
 }
 
+body:not(.fse-enabled) .footer-menu a {
+	font-size: 0.83333rem;
+}
+
 .entry-title {
 	font-size: 1.728rem;
 	letter-spacing: normal;

+ 15 - 3
stow/style.css

@@ -2373,7 +2373,6 @@ table th,
 	color: #404040;
 	font-family: "Oswald", sans-serif;
 	font-family: var(--font-headings, "Oswald", sans-serif);
-	font-size: 1.2rem;
 	letter-spacing: normal;
 	line-height: 1.3333;
 }
@@ -2395,6 +2394,13 @@ table th,
 	color: currentColor;
 	font-family: "Source Sans Pro", Arial, sans-serif;
 	font-family: var(--font-base, "Source Sans Pro", Arial, sans-serif);
+}
+
+body:not(.fse-enabled) .site-title {
+	font-size: 1.2rem;
+}
+
+body:not(.fse-enabled) .site-description {
 	font-size: 0.83333rem;
 }
 
@@ -2553,7 +2559,6 @@ table th,
 	display: block;
 	font-family: "Source Sans Pro", Arial, sans-serif;
 	font-family: var(--font-headings, "Source Sans Pro", Arial, sans-serif);
-	font-size: 1.2rem;
 	font-weight: 700;
 	padding: 8px 0;
 }
@@ -2611,6 +2616,10 @@ table th,
 	overflow: hidden;
 }
 
+body:not(.fse-enabled) .main-navigation a {
+	font-size: 1.2rem;
+}
+
 .social-navigation > div > ul {
 	align-content: center;
 	display: flex;
@@ -2734,7 +2743,6 @@ table th,
 .footer-navigation .footer-menu a {
 	font-family: "Source Sans Pro", Arial, sans-serif;
 	font-family: var(--font-base, "Source Sans Pro", Arial, sans-serif);
-	font-size: 0.83333rem;
 	font-weight: 700;
 	padding: 16px;
 	color: currentColor;
@@ -2748,6 +2756,10 @@ table th,
 	color: #4f4f4f;
 }
 
+body:not(.fse-enabled) .footer-menu a {
+	font-size: 0.83333rem;
+}
+
 .entry-title {
 	font-size: 1.728rem;
 	letter-spacing: normal;