mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-05-31 02:42:34 +02:00
fix: navbar background color
This commit is contained in:
parent
6f3ac9199e
commit
b21922414d
2 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ $highlight-white: #e7faec;
|
|||
--background-4: #d0d3d5;
|
||||
--background-ternary: #8e8e8e;
|
||||
--background-sidebar-active: #e4e4e4;
|
||||
--background-navbar: #8e8e8e;
|
||||
--background-navbar: #FFF;
|
||||
--main-font-color: #212529;
|
||||
}
|
||||
|
||||
|
|
|
@ -113,7 +113,7 @@ export default {
|
|||
height: 60px;
|
||||
width: 100%;
|
||||
left: 0;
|
||||
background-color: #fff;
|
||||
background-color: var(--background-navbar);
|
||||
box-shadow: 0 15px 47px 0 rgba(0, 0, 0, 0.05), 0 5px 14px 0 rgba(0, 0, 0, 0.05);
|
||||
text-align: center;
|
||||
white-space: nowrap;
|
||||
|
|
Loading…
Add table
Reference in a new issue