mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-28 21:00:56 +08:00
fix(curriculum): correct selector for ::backdrop pseudo-element (#63362)
This commit is contained in:
parent
83a5347739
commit
fed347908d
@ -38,7 +38,7 @@ dialog {
|
||||
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
|
||||
body::backdrop {
|
||||
dialog::backdrop {
|
||||
background: rgba(0, 0, 0, 0.5);
|
||||
}
|
||||
```
|
||||
|
||||
Loading…
Reference in New Issue
Block a user