1
0
Эх сурвалжийг харах

[bugfix][Refs #7] `code` style override other styles

B Thibault 8 жил өмнө
parent
commit
5bc9568845
1 өөрчлөгдсөн 2 нэмэгдсэн , 1 устгасан
  1. 2 1
      srv/public/style.css

+ 2 - 1
srv/public/style.css

@@ -62,10 +62,11 @@ body {
 .slackmsg-item.slackmsg-me_message .slackmsg-author-name { position: static; }
 .slackmsg-item.slackmsg-me_message .slackmsg-msg { margin: 0 0 0 1em; }
 .slackmsg-item.slackmsg-me_message .slackmsg-author-img, .slackmsg-item.slackmsg-me_message .slackmsg-ts { display: none; }
+
 .slackmsg-style-bold { font-weight: bold; }
-.slackmsg-style-code { background: #FFF6B4; color: red; }
 .slackmsg-style-italic { font-style: italic; }
 .slackmsg-style-strike { text-decoration: line-through; }
+.slackmsg-style-code { background: #FFF6B4; color: red; font-weight: normal; font-style: normal; text-decoration: none; }
 .slackmsg-style-quote { border-left: 3px solid grey; padding-left: 10px; }
 
 .attach-file-icon { height: 1.5em; vertical-align: bottom; }