Skip to content

Commit

Permalink
update stylesheets
Browse files Browse the repository at this point in the history
  • Loading branch information
DininduSenanayake committed Aug 18, 2024
1 parent 45b08b4 commit 043d7ce
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/stylesheets/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -308,12 +308,12 @@
}
.md-typeset .admonition.check-to-slot,
.md-typeset details.check-to-slot {
border-color: rgb(233, 174, 86);
border-color: rgb(156, 188, 236);
}
.md-typeset .check-to-slot > .admonition-title,
.md-typeset .check-to-slot > summary {
color:rgb(250, 250, 253);
background-color: rgb(252, 129, 14);
background-color: rgb(10, 112, 196);
}
.md-typeset .check-to-slot > .admonition-title::before,
.md-typeset .check-to-slot > summary::before {
Expand Down Expand Up @@ -347,11 +347,11 @@
}
.md-typeset .admonition.rectangle-list,
.md-typeset details.rectangle-list {
border-color: rgb(215, 216, 153);
border-color: rgb(184, 200, 235, 0.788);
}
.md-typeset .rectangle-list > .admonition-title,
.md-typeset .rectangle-list > summary {
background-color: rgba(245, 241, 38, 0.788);
background-color: rgba(184, 200, 235, 0.788);
}
.md-typeset .rectangle-list > .admonition-title::before,
.md-typeset .rectangle-list > summary::before {
Expand Down

0 comments on commit 043d7ce

Please sign in to comment.