Make text brighter and add outline on cover

main
dugo3number2 2023-04-19 15:48:57 -05:00
parent 5d7ba03f1d
commit 580d10c4a2
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
.cover { .cover {
color: #2020ab; color: #55aadd;
text-shadow: -1px 1px 0 #000000, 1px 1px 0 #000000, 1px -1px 0 #000000, -1px -1px 0 #000000;
text-align: center; text-align: center;
width: 100%; width: 100%;
padding: 25% 0px; padding: 25% 0px;