Skip to content

Commit 157a957

Browse files
committed
Improve demos/CSSLintDemo.htm.
Add default font and color for warning.
1 parent 59741f2 commit 157a957

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

demos/CSSLintDemo.htm

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
<meta charset="utf-8">
55
<title>CSSLint Demo</title>
66
<style>
7-
.error { color: red; }
7+
html { font: 14px sans-serif; }
8+
.error { color: #D9534F; font-weight: bold; }
9+
.warning { color: #F0AD4E; }
810
</style>
911
<script src="../release/csslint.js"></script>
1012
</head>

0 commit comments

Comments
 (0)