mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2025-06-12 17:57:28 -05:00
Redesign header/navbar
This commit is contained in:
@ -1,8 +1,4 @@
|
||||
/* Layout */
|
||||
.header {
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.page {
|
||||
display: flex;
|
||||
}
|
||||
@ -21,6 +17,10 @@
|
||||
padding: 14px 20px;
|
||||
}
|
||||
|
||||
.navbar-items {
|
||||
float: right;
|
||||
}
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
display: flex;
|
||||
@ -48,17 +48,8 @@ body {
|
||||
|
||||
|
||||
/* Styling */
|
||||
.header {
|
||||
text-align: center;
|
||||
background: #1a406b;
|
||||
color: lightgray;
|
||||
}
|
||||
.header h1 {
|
||||
font-size: 40px;
|
||||
}
|
||||
|
||||
#navbar {
|
||||
background-color: #222;
|
||||
background-color: #091a2c;
|
||||
}
|
||||
#navbar a {
|
||||
color: lightgray;
|
||||
@ -66,7 +57,7 @@ body {
|
||||
text-decoration: none;
|
||||
}
|
||||
#navbar a:hover {
|
||||
background-color: #444;
|
||||
background-color: #0e2a46;
|
||||
color: white;
|
||||
}
|
||||
.side {
|
||||
|
Reference in New Issue
Block a user