forked from leftypol/leftypol
Update navbar styling
This commit is contained in:
parent
e6f601697e
commit
7909881491
11 changed files with 119 additions and 27 deletions
|
@ -25,6 +25,13 @@ body {
|
|||
font-family: 'DejaVuSansMono';
|
||||
src: url('./fonts/DejaVuSansMono.ttf') format('truetype');
|
||||
}
|
||||
.bar {
|
||||
-moz-box-shadow: 0 0 40px #293728;
|
||||
-webkit-box-shadow: 0 0 40px #293728;
|
||||
box-shadow: 0 0 40px #293728;
|
||||
background-color: #131C13;
|
||||
border-color: #293728!important;
|
||||
}
|
||||
h1 {
|
||||
font-family: DejaVuSansMono, Arial;
|
||||
font-size: 18pt;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue