mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Fix for background image gradient on Edge Legacy
note the text in the 'Get Started' button is hidden still - but it was hidden before anyway - this is still a good improvement
This commit is contained in:
parent
e02608f27b
commit
50ea3a547e
@ -52,7 +52,7 @@
|
|||||||
linear-gradient(
|
linear-gradient(
|
||||||
to bottom,
|
to bottom,
|
||||||
var(--md-primary-fg-color),
|
var(--md-primary-fg-color),
|
||||||
hsla(280deg, 67%, 55%, 1) 99%,
|
hsla(280, 67%, 55%, 1) 99%,
|
||||||
white 99%
|
white 99%
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user