subtle adjust

This commit is contained in:
lb
2022-11-08 17:01:12 +08:00
parent 0db0f98791
commit 387bbcb45a
2 changed files with 11 additions and 5 deletions

View File

@@ -10,11 +10,12 @@ export default {}
<style scoped>
.techy-box {
background: transparent;
box-shadow: inset 0 0 16px 1px rgba(255, 255, 255, 0.5);
background: rgba(255, 255, 255, 0.0168);
box-shadow: inset 0 0 17px 0 rgba(255, 255, 255, 0.168);
display: inline-block;
height: 100%;
width: 100%;
border-radius: .25rem;
border-radius: 4px;
backdrop-filter: blur(2px);
}
</style>