diff --git a/style/main.scss b/style/main.scss index d7467d6..2b501a1 100644 --- a/style/main.scss +++ b/style/main.scss @@ -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;