소스 검색

Photos: Update base styles to match Gutenberg styles

`blockquote cite` wasn't meant to be bold, but I missed this in testing because you can't add a `cite` tag in TinyMCE without doing it manually.
Chris Runnells 6 년 전
부모
커밋
6809b09bb5
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      photos/style.css

+ 2 - 1
photos/style.css

@@ -440,8 +440,9 @@ blockquote *:last-child {
 }
 
 blockquote cite {
+	color: #606060;
 	font-style: normal;
-	font-weight: bold;
+	font-weight: 300;
 }
 
 address {