From 4e0d11ab6fb0e3e482b3b7f3877552b9ec1f42e1 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Fri, 31 Jan 2020 15:06:08 +0300 Subject: Change tags styling --- src/main/assets/style.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src/main/assets') diff --git a/src/main/assets/style.css b/src/main/assets/style.css index 44f11787..6acfa0d3 100644 --- a/src/main/assets/style.css +++ b/src/main/assets/style.css @@ -315,12 +315,6 @@ article time { color: #88958d; font-size: 10pt; } -article p { - clear: left; - margin: 5px 0 15px 0; - word-wrap: break-word; - overflow-wrap: break-word; -} article .ir { text-align: center; } @@ -357,8 +351,14 @@ article .tags { min-height: 1px; } article .tags > a, -.badge, .msg-tags > a { + color: #88958d; +} +article .tags > a::before, +.msg-tags > a::before{ + content: '#'; +} +.badge { background: #eee; border: 1px solid #eee; color: #88958d; -- cgit v1.2.3