ghost
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
var(--color) 55%,
|
||||
#00000066 95%
|
||||
);
|
||||
border: 3px ridge var(--color);
|
||||
border: 4px ridge var(--color);
|
||||
border-top-color: var(--light);
|
||||
border-radius: 3px;
|
||||
box-shadow:
|
||||
@@ -66,7 +66,9 @@
|
||||
}
|
||||
|
||||
.ghost {
|
||||
--color: hsl(var(--hue), calc(0.50 * var(--saturation)), 32%);
|
||||
--light: hsl(var(--hue), calc(0.33 * var(--saturation)), 64%);
|
||||
opacity: 35%;
|
||||
border: 3px solid #fff2;
|
||||
padding: 2px;
|
||||
background-color: #fff2;
|
||||
background-clip: content-box;
|
||||
background-image: none;
|
||||
}
|
||||
Reference in New Issue
Block a user