Skip to content

Commit 3177af9

Browse files
committed
Add rounded class
1 parent f99d227 commit 3177af9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/glance/static/main.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2038,6 +2038,7 @@ details[open] .summary::after {
20382038
.color-primary { color: var(--color-primary); }
20392039

20402040
.cursor-help { cursor: help; }
2041+
.rounded { border-radius: var(--border-radius); }
20412042
.break-all { word-break: break-all; }
20422043
.text-left { text-align: left; }
20432044
.text-right { text-align: right; }

0 commit comments

Comments
 (0)