mirror of
https://github.com/expressjs/express.git
synced 2026-02-26 02:54:58 +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