correct shadow

This commit is contained in:
ReznoRMichael 2021-08-05 22:19:24 +02:00
parent 17ce10f0f4
commit f74f106d8c
3 changed files with 3 additions and 3 deletions

View file

@ -585,7 +585,7 @@ input[type="file"] {
color: rgb(0, 39, 34); color: rgb(0, 39, 34);
border: 2px solid rgba(0, 0, 0, 0); border: 2px solid rgba(0, 0, 0, 0);
box-shadow: 0 0 1rem rgb(0, 180, 156); box-shadow: 0 0 1rem rgb(0, 180, 156);
text-shadow: 0 0 0.5rem #67ffeb; text-shadow: 0 0 0.5rem #97fff1;
} }
.tab-switch:focus { .tab-switch:focus {

File diff suppressed because one or more lines are too long

View file

@ -422,7 +422,7 @@ input[type="file"] {
color: rgb(0, 39, 34); color: rgb(0, 39, 34);
border: 2px solid rgba(0, 0, 0, 0); border: 2px solid rgba(0, 0, 0, 0);
box-shadow: 0 0 1rem rgb(0, 180, 156); box-shadow: 0 0 1rem rgb(0, 180, 156);
text-shadow: 0 0 0.5rem #67ffeb; text-shadow: 0 0 0.5rem #97fff1;
} }
.tab-switch:focus { .tab-switch:focus {