Update style.css

This commit is contained in:
lowlighter
2021-04-01 08:40:06 +02:00
parent 4e6a7344db
commit d44d82a631

View File

@@ -7,8 +7,6 @@
/* Title bar */
.header {
position: absolute;
top: 0;
display: flex;
justify-content: space-between;
width: 100%;
@@ -56,9 +54,10 @@
}
pre {
background: #42092B;
margin-top: 16px;
padding: 12px;
border-radius: 5px;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
}
.banner, footer {
color: #AE9DA7;