mirror of
https://github.com/Unleash/unleash.git
synced 2025-09-05 17:53:12 +02:00
fix: css
This commit is contained in:
parent
0ff332eeda
commit
89b0814d0f
@ -7,8 +7,8 @@
|
||||
--unleash-color-green: #1a4049;
|
||||
--unleash-color-gray: #ecebeb;
|
||||
--unleash-color-sub-background: #eaeaed;
|
||||
--ifm-navbar-background-color: #1a4049;
|
||||
--ifm-navbar-link-color: #fff;
|
||||
--ifm-navbar-background-color: #eaeaed;
|
||||
--ifm-navbar-link-color: #202021;
|
||||
--ifm-background-color: #fff;
|
||||
--ifm-font-color-base: #202021;
|
||||
}
|
||||
@ -38,13 +38,8 @@ body {
|
||||
position: sticky;
|
||||
top: 0;
|
||||
z-index: 100;
|
||||
background-color: #1a4049;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.navbar a,
|
||||
.navbar button {
|
||||
color: #fff;
|
||||
background-color: #eaeaed;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
/* Navbar positioning for desktop with sidebar */
|
||||
|
Loading…
Reference in New Issue
Block a user