theme fix

This commit is contained in:
YK 2025-09-12 07:59:25 +03:00
parent ee0e2e3df9
commit 2de2bb9c42

View File

@ -32,9 +32,8 @@ h1, h2, h3, h4, h5, h6 {
header, aside, main {
background: rgba(12, 12, 12, 1);
filter: drop-shadow(1px 1px 0px #6f142a)
drop-shadow(2px 1px 0px #6f142a)
drop-shadow(3px 2px 0px #6e1329);
filter: drop-shadow(1px 1px 0px hsl(345, 69%, 20%))
drop-shadow(2px 1px 0px hsl(345, 69%, 15%));
position: relative;
}
@ -109,6 +108,9 @@ header {
width: 120px;
}
.adjust {
color: white;
font-family: "Proxima Nova";
font-weight: 900;
margin: 0 1px;
width: 20px;
text-align: center;