Changed headerbar to white and added title
This commit is contained in:
@@ -24,15 +24,15 @@ body {
|
||||
}
|
||||
|
||||
div#header {
|
||||
background-color: transparent;
|
||||
background-color: #FFFFFF;
|
||||
width: 100%;
|
||||
height: 80px;
|
||||
backdrop-filter: blur(10px);
|
||||
}
|
||||
|
||||
#logo {
|
||||
padding: 20px 20px 20px;
|
||||
max-width: 250px;
|
||||
width: 250px;
|
||||
grid-column: 1;
|
||||
}
|
||||
|
||||
iframe#frame {
|
||||
@@ -98,3 +98,15 @@ ul#toolList {
|
||||
transform: scale(1.25, 1.25);
|
||||
transition-duration: .3s;
|
||||
}
|
||||
|
||||
#titlebar {
|
||||
display: block;
|
||||
padding: 10px 0;
|
||||
color: black;
|
||||
|
||||
margin-top: -78px;
|
||||
|
||||
font-size: 36px;
|
||||
text-align: center;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user