theme fix
This commit is contained in:
parent
ee0e2e3df9
commit
2de2bb9c42
@ -32,9 +32,8 @@ h1, h2, h3, h4, h5, h6 {
|
|||||||
|
|
||||||
header, aside, main {
|
header, aside, main {
|
||||||
background: rgba(12, 12, 12, 1);
|
background: rgba(12, 12, 12, 1);
|
||||||
filter: drop-shadow(1px 1px 0px #6f142a)
|
filter: drop-shadow(1px 1px 0px hsl(345, 69%, 20%))
|
||||||
drop-shadow(2px 1px 0px #6f142a)
|
drop-shadow(2px 1px 0px hsl(345, 69%, 15%));
|
||||||
drop-shadow(3px 2px 0px #6e1329);
|
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -109,6 +108,9 @@ header {
|
|||||||
width: 120px;
|
width: 120px;
|
||||||
}
|
}
|
||||||
.adjust {
|
.adjust {
|
||||||
|
color: white;
|
||||||
|
font-family: "Proxima Nova";
|
||||||
|
font-weight: 900;
|
||||||
margin: 0 1px;
|
margin: 0 1px;
|
||||||
width: 20px;
|
width: 20px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user