mirror of
https://github.com/Unleash/unleash.git
synced 2026-01-05 20:06:22 +01:00
This reverts commit 246c898da3.
Turns out this was in the docs and not in the product. No wonder I
couldn't see it.
This commit is contained in:
parent
7c97962892
commit
00fc42f002
@ -68,6 +68,22 @@ html[data-theme="light"] {
|
||||
--unleash-color-footer-icon: #657a80;
|
||||
}
|
||||
|
||||
main:after {
|
||||
background-image: url("/img/mountain-texture.png");
|
||||
position: fixed;
|
||||
display: block;
|
||||
z-index: 0;
|
||||
bottom: 0px;
|
||||
right: 0px;
|
||||
width: 350px;
|
||||
aspect-ratio: 652 / 905;
|
||||
background-size: cover;
|
||||
pointer-events: none;
|
||||
user-select: none;
|
||||
background-repeat: no-repeat;
|
||||
content: "";
|
||||
}
|
||||
|
||||
html[data-theme="dark"] {
|
||||
--ifm-color-primary-lightest: #d1d1ff;
|
||||
--ifm-color-primary-lighter: #c9c9ff;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user