瀏覽代碼

Posted on type size and uppercase.

Jeff Ong 4 年之前
父節點
當前提交
2d6690a422
共有 4 個文件被更改,包括 3 次插入3 次删除
  1. 1 1
      spearhead/assets/sass/_posts-and-pages.scss
  2. 1 1
      spearhead/style-rtl.css
  3. 1 1
      spearhead/style.css
  4. 0 0
      spearhead/style.css.map

+ 1 - 1
spearhead/assets/sass/_posts-and-pages.scss

@@ -21,7 +21,7 @@
 			a {
 				color: var(--global--color-foreground-light);
 				font-family: var(--global--font-primary);
-				text-transform: uppercase;
+				font-size: var(--global--font-size-md);
 			}
 		}
 	}

+ 1 - 1
spearhead/style-rtl.css

@@ -57,7 +57,7 @@ Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-me
 .post .entry-header .entry-meta .posted-on a {
 	color: var(--global--color-foreground-light);
 	font-family: var(--global--font-primary);
-	text-transform: uppercase;
+	font-size: var(--global--font-size-md);
 }
 
 .site-main > * {

+ 1 - 1
spearhead/style.css

@@ -57,7 +57,7 @@ Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-me
 .post .entry-header .entry-meta .posted-on a {
 	color: var(--global--color-foreground-light);
 	font-family: var(--global--font-primary);
-	text-transform: uppercase;
+	font-size: var(--global--font-size-md);
 }
 
 .site-main > * {

文件差異過大導致無法顯示
+ 0 - 0
spearhead/style.css.map


部分文件因文件數量過多而無法顯示