Skip to content

Commit de30481

Browse files
Merge pull request rails#46425 from bdewater/fix-error-highlight-dark-mode
Make error highlight readable on dark mode
2 parents eead039 + 8cb96a3 commit de30481

File tree

1 file changed

+4
-0
lines changed
  • actionpack/lib/action_dispatch/middleware/templates/rescues

1 file changed

+4
-0
lines changed

actionpack/lib/action_dispatch/middleware/templates/rescues/layout.erb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,10 @@
237237
background-color: #900;
238238
}
239239

240+
.error_highlight {
241+
color: #333;
242+
}
243+
240244
input[type="submit"] {
241245
box-shadow: 0 3px #800;
242246
}

0 commit comments

Comments
 (0)