Browse Source

fix: warning style issue

Tienson Qin 4 years ago
parent
commit
67c10e3d16
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/css/common.css

+ 1 - 1
resources/css/common.css

@@ -924,7 +924,7 @@ a.chosen {
 }
 
 a.warning,
-span.warning, div.warning, p.warning {
+span.warning, div.warning:not(.admonitionblock), p.warning {
   background: #f56565;
   padding: 0.1em 0.4em;
   border-radius: var(--ls-border-radius-low);