Skip to content

Commit

Permalink
Update styles for shepherd element and text color
Browse files Browse the repository at this point in the history
  • Loading branch information
Mtillmann committed Dec 18, 2023
1 parent 0ab9eca commit 9414df7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
6 changes: 6 additions & 0 deletions src/scss/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ $bootstrap-icons-font: bootstrap-icons;


.shepherd-element {

&, & .shepherd-arrow::before {
background-color: var(--bs-body-bg);
}

&[data-popper-placement="bottom"] {
margin-top: 16px;
}
Expand All @@ -23,6 +28,7 @@ $bootstrap-icons-font: bootstrap-icons;

.shepherd-text {
padding: var(--padding);
color:var(--bs-body-color);
}

.shepherd-footer {
Expand Down
5 changes: 4 additions & 1 deletion static/app.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9414df7

Please sign in to comment.