agenda: add text shadow for more readability
This commit is contained in:
parent
f77c69c161
commit
17d4592644
|
@ -12,6 +12,7 @@ window.Agenda {
|
|||
> box {
|
||||
/* From https://css.glass */
|
||||
font-size: 1.3em;
|
||||
text-shadow: 2px 2px 2px #000000;
|
||||
background: rgba(64, 47, 47, 0.32);
|
||||
border-radius: 16px;
|
||||
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
|
||||
|
|
Loading…
Reference in a new issue