mirror of
https://github.com/mue/mue.git
synced 2026-07-07 14:17:09 +02:00
9 lines
130 B
SCSS
9 lines
130 B
SCSS
.date {
|
|
cursor: initial;
|
|
user-select: none;
|
|
text-transform: capitalize;
|
|
font-weight: bold;
|
|
|
|
--shadow-shift: 0.125rem;
|
|
}
|