Skip to content

Commit 6febf5c

Browse files
committed
Tweak css a bit more
1 parent a57756d commit 6febf5c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

scaladoc/resources/dotty_res/styles/scalastyle.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -622,6 +622,7 @@ footer .mode {
622622
.signature.monospace {
623623
padding: 8px;
624624
display: flex;
625+
border-radius: 3px;
625626
}
626627

627628
.signature.monospace .modifiers {
@@ -636,6 +637,10 @@ footer .mode {
636637
display: table-cell;
637638
}
638639

640+
.documentableFilter {
641+
border-radius: 3px;
642+
}
643+
639644
.documentableElement {
640645
color: var(--symbol-fg);
641646
white-space: normal;
@@ -646,6 +651,7 @@ footer .mode {
646651
background: var(--documentable-bg);
647652
border-left: 0.25em solid transparent;
648653
margin: 0.5em 0;
654+
border-radius: 3px;
649655
}
650656

651657
.documentableElement>div {

0 commit comments

Comments
 (0)