mirror of
https://github.com/zebrajr/express.git
synced 2026-01-15 12:15:27 +00:00
fix: added a missing semicolon in css styles in examples/auth (#6297)
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
font: 13px Helvetica, Arial, sans-serif;
|
||||
}
|
||||
.error {
|
||||
color: red
|
||||
color: red;
|
||||
}
|
||||
.success {
|
||||
color: green;
|
||||
|
||||
Reference in New Issue
Block a user