docs: change header gradient angle and add fallback
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1,7 +1,8 @@
|
||||
.header {
|
||||
position: relative;
|
||||
padding: 5rem 1rem 4rem;
|
||||
background: linear-gradient(#5cd2ff, #5b67ff, #681ae4);
|
||||
background: #5b67ff;
|
||||
background: linear-gradient(45deg, #5cd2ff, #5b67ff, #681ae4);
|
||||
color: white;
|
||||
margin-bottom: 2rem;
|
||||
text-align: center;
|
||||
|
||||
Reference in New Issue
Block a user