Improve color palette

This commit is contained in:
2023-04-06 18:25:35 +02:00
parent bbe3883979
commit a273c8de4b
3 changed files with 62 additions and 25 deletions

View File

@ -34,7 +34,7 @@
gap: 10px;
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
background-color: #bbbbcd73;
background-color: var(--color-grey-translucent);
padding: 0.3em 1em;
margin: 0 -8px;
border-radius: 3px;
@ -50,7 +50,7 @@
filter: invert();
}
.footer {
background-color: #6364FF88;
background-color: var(--color-grey-translucent);
}
}
</style>