mirror of
https://gitlab.com/nekoya/web.git
synced 2024-11-14 18:36:20 +01:00
17 lines
No EOL
276 B
CSS
17 lines
No EOL
276 B
CSS
.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;
|
|
} |