Install-usercss: Add a box shadow to install button

This commit is contained in:
Rob Garrison 2017-11-30 15:15:49 -06:00
parent 1a017bc8df
commit 353822d3f5

View File

@ -159,6 +159,7 @@ h1 small {
filter: brightness(1.1);
color: #eee;
text-shadow: none;
box-shadow: .5px .5px 5px rgba(0, 0, 0, .3);
}
.install.reinstall:after {