change default colours
This commit is contained in:
parent
cb8d1a801d
commit
6d4723b5fe
2 changed files with 15 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ const query = ref('')
|
|||
}
|
||||
|
||||
.navbar {
|
||||
background-color: #1a1a1a;
|
||||
background-color: #383838;
|
||||
border-bottom: 2px solid #333;
|
||||
padding: 10px 20px;
|
||||
font-family: 'Arial', sans-serif;
|
||||
|
|
|
|||
Loading…
Reference in a new issue