Skip to content

Commit

Permalink
[fix]不具合対応のためのCSS調整
Browse files Browse the repository at this point in the history
[fix #14]サイト内のテキストの両揃えを左揃えに変更&word-breakを調整
[fix #15]投稿内のリスト(ul, ol, li)のbulletが表示されない不具合を修正
[fix #20]タグクラウドのhover時の色がサイトカラーを反映していない不具合を修正
  • Loading branch information
ultimate-ez committed Sep 7, 2018
1 parent 5dc7de2 commit fdd6ab3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion css/editor-style.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/sentry.css

Large diffs are not rendered by default.

7 changes: 6 additions & 1 deletion lib/se-func-custom-css.php
Expand Up @@ -19,7 +19,10 @@ function sentry_custom_css(){
a,
footer.entry-foot .tags a,
section.new-posts .card .category,
#toc_container p.toc_title:before
#toc_container p.toc_title:before,
footer.entry-foot .categories a:hover,
.entry-content.content ul li:before,
.entry-content.content ol li:before
{
color:{$primaryColor};
}";
Expand All @@ -32,6 +35,8 @@ function sentry_custom_css(){
footer.entry-foot .categories a,
section.comment input[name=submit],
.wpcf7 .wpcf7-submit,
.tagcloud a:hover,
footer.entry-foot .tags a:hover,
.sentry-bottom-nav .circle-button#btn-share,
header.global-header nav .head-menu-nav-button
{
Expand Down

0 comments on commit fdd6ab3

Please sign in to comment.