small fixes

This commit is contained in:
teldra 2022-06-12 21:20:11 +02:00
parent 6a345272aa
commit 72f5f101a9
1 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,7 @@
word-break: break-all;
color: var(--text-main);
background: var(--background-body);
text-align: center;
text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
0px 8px 13px rgba(0,0,0,0.1),
0px 18px 23px rgba(0,0,0,0.1);
@ -23,6 +24,7 @@
word-break: break-all;
color: var(--text-main);
margin-bottom: 0;
text-align: center;
text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
0px 8px 13px rgba(0,0,0,0.1),
0px 18px 23px rgba(0,0,0,0.1);