瀏覽代碼

Added style for warning text

E.Cannon 7 年之前
父節點
當前提交
812a8885e8
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      theme/css/form.css

+ 5 - 0
theme/css/form.css

@@ -8,4 +8,9 @@ div.center {
   padding: 10px;
   border: 1px solid #be7;
   background-color: #f8fff0;
+}
+
+.warning {
+  color: #D31B0C;
+  font-weight: bold;
 }