Skip to content

Commit

Permalink
Small style tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
indigoxela committed Jan 14, 2025
1 parent acda65c commit 9489a09
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ blockquote {
margin: 1em 0;
padding: .2em 1em;
background: var(--bedrock-bg-color-secondary);
border-inline-start: 4px solid var(--bedrock-border-color);
}

/** form stuff (put in other file?) **/
Expand Down Expand Up @@ -360,6 +361,7 @@ abbr.tabledrag-changed {
.breadcrumb ol {
display: flex;
flex-wrap: wrap;
row-gap: .5em;
margin: 0;
padding: 0;
list-style: none;
Expand All @@ -369,7 +371,7 @@ abbr.tabledrag-changed {
}
.breadcrumb ol li {
background-color: var(--bedrock-bg-color-secondary);
padding: .3em 1.5em;
padding: .2em 1.5em;
clip-path: polygon(0 0, 10px 50%, 0 100%, calc(100% - 10px) 100%, 100% 50%, calc(100% - 10px) 0);
}
.breadcrumb ol li:first-child {
Expand Down

0 comments on commit 9489a09

Please sign in to comment.