assets/css/partials/_note.scss in jekyll-obsidian-1.1.1 vs assets/css/partials/_note.scss in jekyll-obsidian-1.1.2

- old
+ new

@@ -76,19 +76,23 @@ } ul { button.sentence { border: 1px solid var(--color-border); + color: var(--color-text); background-color: var(--bg); width: 100%; &:first-child { border-top-left-radius: .6rem; border-top-right-radius: .6rem; } &:not(:first-child):not(:last-child) { border-top: none; + } + + &:nth-last-child(2) { border-bottom: none; } &:last-child { border-bottom-left-radius: .6rem; \ No newline at end of file