Skip to content

Commit 09a873b

Browse files
committed
main.css: explicitly use RGB code of common colors.
No functional changes.
1 parent 6e5c696 commit 09a873b

File tree

1 file changed

+2
-2
lines changed
  • src/main/webapp/WEB-INF/static/styles

1 file changed

+2
-2
lines changed

src/main/webapp/WEB-INF/static/styles/main.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,14 @@ body,
5858
}
5959

6060
.hint {
61-
color: gray;
61+
color: #808080;
6262
font-style: italic;
6363
font-size: 80%;
6464
}
6565

6666
.error,
6767
.required_field {
68-
color: darkred;
68+
color: #8b0000;
6969
}
7070

7171
#content .hint {

0 commit comments

Comments
 (0)