Merge pull request #2844 from IvarK/eternity-button-missing-shadow

fix eternity button missing its shadow
This commit is contained in:
IvarK 2022-07-30 13:00:54 +03:00 committed by GitHub
commit ba16524576
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2018,6 +2018,10 @@ br {
border-color: black;
}
.s-base--metro .o-eternity-button {
box-shadow: 0.1rem 0.1rem 0.1rem 0 #9e9e9e;
}
.o-eternity-button--dilation {
font-weight: bold;
color: var(--color-dilation);