mirror of
https://gitlab.com/nekoya/web.git
synced 2024-11-14 10:26:40 +01:00
Added navbar css
This commit is contained in:
parent
6c20ed839d
commit
9404052620
1 changed files with 19 additions and 0 deletions
19
public/css/navbar.css
Normal file
19
public/css/navbar.css
Normal file
|
@ -0,0 +1,19 @@
|
|||
/* Navbar */
|
||||
|
||||
.bg-color {
|
||||
background-color: #1b1c1e;
|
||||
}
|
||||
|
||||
.comp-color {
|
||||
background-color: #212226;
|
||||
}
|
||||
|
||||
.nav-radius {
|
||||
border-bottom-left-radius: 20px;
|
||||
border-bottom-right-radius: 20px;
|
||||
}
|
||||
|
||||
:focus {
|
||||
outline: 0 !important;
|
||||
box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
|
||||
}
|
Loading…
Reference in a new issue