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

Loading…
Cancel
Save