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