From f8cbc0102d805f1ee523b13e8d5e28a0bd1dd920 Mon Sep 17 00:00:00 2001 From: Maxim Likhachev Date: Thu, 25 Mar 2021 16:21:37 +0300 Subject: [PATCH] joplin: fix info badge style --- etc/soft/joplin/userstyle.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/soft/joplin/userstyle.css b/etc/soft/joplin/userstyle.css index 362a8be..9f1ce9d 100644 --- a/etc/soft/joplin/userstyle.css +++ b/etc/soft/joplin/userstyle.css @@ -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;