Skip to content

Commit

Permalink
Local build (gemfile) and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeBair committed Feb 15, 2025
1 parent 5b1a83b commit 3ae66b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/_sass/custom/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ header {

// callouts

.admonition.warning {
.warning {
border-left: 4px solid orangered;
background-color: #ffd8cd;
padding: 10px;
Expand All @@ -63,7 +63,7 @@ header {
box-shadow: 0 2px 4px 0 rgba(31, 31, 31, 0.2), 0 3px 10px 0 rgba(58, 58, 58, 0.19);
}

.admonition.tip {
.tip {
border-left: 4px solid cornflowerblue;
background-color: #dce6ff;
padding: 10px;
Expand All @@ -73,7 +73,7 @@ header {
}


.admonition.note {
.note {
border-left: 4px solid #ffd53c;
background-color: #fffccb;
padding: 10px;
Expand Down

0 comments on commit 3ae66b3

Please sign in to comment.