Update style.css

This commit is contained in:
Mycroft
2022-04-28 22:06:39 +01:00
committed by GitHub
parent 6013b2d3e7
commit bb32342734
+2 -2
View File
@@ -5,7 +5,7 @@ body {
font-family: sans-serif;
overflow: hidden;
display: none;
background: linear-gradient(135deg, rgba(33, 47, 63, 0.9) 51%, hsla(214, 33%, 22%, 0.8) 100%);
background: linear-gradient(135deg, rgba(33, 47, 63, 1) 51%, hsla(214, 33%, 22%, 1) 100%);
}
.dialog {
@@ -147,4 +147,4 @@ h1 {
color: black;
top: -1px;
left: 50%;
}
}