mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-28 01:10:58 +01: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(
|
||||
to bottom,
|
||||
var(--md-primary-fg-color),
|
||||
hsla(280deg, 67%, 55%, 1) 99%,
|
||||
hsla(280, 67%, 55%, 1) 99%,
|
||||
white 99%
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user