Set font-weight to bold raises error

https://www.codecademy.com/courses/learn-css-typography/lessons/css-typography/exercises/font-weight-i?action=resume&course_redirect=learn-css

Won’t accept correct code when submitted:

Did you add ‘font-weight: bold’ to the selector that targets the paragraph in the banner?

.banner p {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 10px;
  color: #ffffff;
  font-weight: bold;
}

Get Code gave exact same thing, but error message still persists. Letting me pass just saves time, but the issue is with the SCT.

Bug report submitted. This is an old issue that just never seems to make it to the top of the queue.

1 Like