fix shadows
This commit is contained in:
parent
51ab2cbc18
commit
65ee08c048
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "calckey",
|
||||
"version": "13.0.8.2",
|
||||
"version": "13.0.8.3",
|
||||
"codename": "aqua",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -40,7 +40,8 @@ const bg = {
|
||||
padding: .1em .7em;
|
||||
border-radius: 100px;
|
||||
font-size: .8em;
|
||||
text-shadow: 0 2px 2px black;
|
||||
text-shadow: 0 2px 2px var(--shadow);
|
||||
overflow: hidden;
|
||||
|
||||
> .icon {
|
||||
height: 100%;
|
||||
|
@ -227,7 +227,7 @@ onUnmounted(() => {
|
||||
background-color: #26233a;
|
||||
background-size: cover;
|
||||
background-position: center;
|
||||
box-shadow: 0 0 128px rgba(0, 0, 0, 0.5) inset;
|
||||
box-shadow: 0 0 128px var(--shadow) inset;
|
||||
will-change: background-position;
|
||||
|
||||
&::after {
|
||||
|
Loading…
Reference in New Issue
Block a user