Skip to content
This repository was archived by the owner on Oct 17, 2025. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update live-examples/html-examples/text-content/css/blockquote.css
Co-authored-by: Joshua Chen <[email protected]>
  • Loading branch information
estelle and Josh-Cena authored Jul 13, 2024
commit 5ef26ca63a13f9c0eba05c6658b2c8944671c022
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
div:has(> blockquote) {
background-color: ##ededed;
background-color: #ededed;
margin: 10px auto;
padding: 15px;
border-radius: 5px;
Expand Down