mirror of
https://github.com/mue/mue.git
synced 2026-07-07 22:23:37 +02:00
10 lines
171 B
SCSS
10 lines
171 B
SCSS
.clock {
|
|
font-size: 4em;
|
|
text-shadow: 5px 2px rgba(0, 0, 0, 0.8);
|
|
margin: 0;
|
|
// text-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
|
|
}
|
|
|
|
.ampm {
|
|
font-size: 0.5em;
|
|
} |