add fallback for old browsers
This commit is contained in:
parent
fd1fde6be0
commit
1cff5b5d1b
10
index.css
10
index.css
@ -133,3 +133,13 @@ body {
|
||||
text-decoration: none;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
@supports not (background: conic-gradient(from 0deg in hsl longer hue, red 0 0)) {
|
||||
html::before {
|
||||
background: linear-gradient(-45deg, #204000 0%, #404000 100%);
|
||||
}
|
||||
|
||||
.link-content::before, .link-content::after {
|
||||
background: white;
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user