Update style.css
This commit is contained in:
@@ -7,8 +7,6 @@
|
|||||||
|
|
||||||
/* Title bar */
|
/* Title bar */
|
||||||
.header {
|
.header {
|
||||||
position: absolute;
|
|
||||||
top: 0;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
@@ -56,9 +54,10 @@
|
|||||||
}
|
}
|
||||||
pre {
|
pre {
|
||||||
background: #42092B;
|
background: #42092B;
|
||||||
margin-top: 16px;
|
|
||||||
padding: 12px;
|
padding: 12px;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
|
border-top-left-radius: 0px;
|
||||||
|
border-top-right-radius: 0px;
|
||||||
}
|
}
|
||||||
.banner, footer {
|
.banner, footer {
|
||||||
color: #AE9DA7;
|
color: #AE9DA7;
|
||||||
|
|||||||
Reference in New Issue
Block a user