Browse Source

joplin: fix info badge style

Maxim Likhachev 4 years ago
parent
commit
f8cbc0102d
  1. 4
      etc/soft/joplin/userstyle.css

4
etc/soft/joplin/userstyle.css

@ -110,12 +110,12 @@ b-warning::before {
color: orange !important; color: orange !important;
} }
b-notice { b-info {
border-color: cornflowerblue; border-color: cornflowerblue;
color: cornflowerblue; color: cornflowerblue;
} }
b-notice::before { b-info::before {
content: "ℹ"; content: "ℹ";
font-family: "Font Awesome 5 Free" !important; font-family: "Font Awesome 5 Free" !important;
color: cornflowerblue; color: cornflowerblue;

Loading…
Cancel
Save