diff --git a/src/web/app/base.styl b/src/web/app/base.styl index 30ff7133d3..9476d3335e 100644 --- a/src/web/app/base.styl +++ b/src/web/app/base.styl @@ -108,6 +108,9 @@ a cursor pointer pre > code + font-family Consolas, 'Courier New', Courier, Monaco, monospace + tab-size 4 + .comment opacity 0.5 diff --git a/src/web/app/desktop/tags/timeline-post.tag b/src/web/app/desktop/tags/timeline-post.tag index 7d6f537c8c..aed60f0011 100644 --- a/src/web/app/desktop/tags/timeline-post.tag +++ b/src/web/app/desktop/tags/timeline-post.tag @@ -236,9 +236,6 @@ background #f8f8f8 border-radius 2px - > code - font-family Consolas, 'Courier New', Courier, Monaco, monospace - > .media > img display block diff --git a/src/web/app/mobile/tags/timeline-post.tag b/src/web/app/mobile/tags/timeline-post.tag index d54f72ff72..42dbf1ab72 100644 --- a/src/web/app/mobile/tags/timeline-post.tag +++ b/src/web/app/mobile/tags/timeline-post.tag @@ -215,9 +215,6 @@ background #f8f8f8 border-radius 2px - > code - font-family Consolas, 'Courier New', Courier, Monaco, monospace - > .media > img display block