Skip to content

Commit

Permalink
css logical inset-block-start: Set fg & bg color
Browse files Browse the repository at this point in the history
For the demonstration element with
background-color: yellow, also set explicit
foreground color. Prevents white-on-yellow
text, with the dark skin.
  • Loading branch information
ferdnyc authored Oct 9, 2024
1 parent 71e5651 commit c481d36
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

#abspos {
background-color: yellow;
color: black;
border: 3px solid red;
position: absolute;
inset-block-start: 50px;
Expand Down

0 comments on commit c481d36

Please sign in to comment.