Add rounded class

This commit is contained in:
Svilen Markov 2025-04-11 22:35:40 +01:00
parent 84f7286460
commit 793da48f5c

View File

@ -480,6 +480,7 @@ details[open] .summary::after {
}
.cursor-help { cursor: help; }
.rounded { border-radius: var(--border-radius); }
.break-all { word-break: break-all; }
.text-left { text-align: left; }
.text-right { text-align: right; }