Просмотр исходного кода

Do not lighten blockquote font color

It is confusing to have blockquote content displayed with a lighter
font color. Usually, quotes are important to the text while reducing
the contrast may hint a user it is not. In my case, I usually skip the
content of the blockquote as it was some additional note in the text.

Without the color change, the blockquote is still indented
differently, with the vertical bar. It should be enough for a user to
identify it as a quote.
Vincent Bernat 6 лет назад
Родитель
Сommit
881c0f406b
2 измененных файлов с 0 добавлено и 1 удалено
  1. 0 0
      ui/static/css.go
  2. 0 1
      ui/static/css/common.css

Разница между файлами не показана из-за своего большого размера
+ 0 - 0
ui/static/css.go


+ 0 - 1
ui/static/css/common.css

@@ -824,7 +824,6 @@ article.feed-parsing-error {
     margin-left: 20px;
     margin-top: 20px;
     margin-bottom: 20px;
-    color: #888;
     line-height: 1.4em;
     font-family: var(--entry-content-quote-font-family);
 }

Некоторые файлы не были показаны из-за большого количества измененных файлов