mirror of
https://github.com/Unleash/unleash.git
synced 2026-01-05 20:06:22 +01:00
chore: removes an unused after image (#11054)
This background image doesn't exist anymore (we use a different one rendered in a different manner), so we can delete the code. Should prevent devs in the future from being confused by this the same way I was.
This commit is contained in:
parent
60422443f2
commit
246c898da3
@ -68,22 +68,6 @@ 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