Skip to content

Commit b9aebf9

Browse files
committed
feat(tpl): update error style for dark color scheme
1 parent 6fb027a commit b9aebf9

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

src/tpl/defaultTheme/frontend/index.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -602,6 +602,10 @@ html.dragging::before {
602602
.item-list .header .detail {
603603
background-color: #181818;
604604
}
605+
606+
.error {
607+
background: #663;
608+
}
605609
}
606610

607611
@media only screen and (max-width: 375px) {

src/tpl/defaultTheme/frontend/index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<!DOCTYPE html>
22
<html lang="{{.Lang}}">
33
<head>
4-
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
54
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
65
<meta name="viewport" content="width=device-width,user-scalable=no"/>
76
<meta name="format-detection" content="telephone=no"/>

0 commit comments

Comments
 (0)