Skip to content

Commit a354e7f

Browse files
committed
Update background gradient for links in _styles_project.scss
Signed-off-by: Lee Calcote <lee.calcote@layer5.io>
1 parent bbfcc08 commit a354e7f

1 file changed

Lines changed: 5 additions & 10 deletions

File tree

assets/scss/_styles_project.scss

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -508,16 +508,11 @@ a:not([href]):not([class]):hover {
508508
margin-bottom: 4rem;
509509
font-size: 5rem;
510510
text-align: left;
511-
background-image: linear-gradient(
512-
135deg,
513-
rgb(224, 242, 157),
514-
rgb(218, 237, 192),
515-
rgb(211, 227, 212),
516-
rgb(213, 232, 213),
517-
rgb(211, 227, 212),
518-
rgb(218, 237, 192),
519-
rgb(224, 242, 157),
520-
);
511+
background-image:
512+
linear-gradient(to right, rgba(255, 255, 255, .9) 0px, rgb(0, 211, 169) 34%, rgb(235, 192, 23) 71%, rgb(255,243,197) 100%);
513+
background-position:
514+
0% 0%,
515+
0% 0%;
521516
background-size: 200%;
522517
box-sizing: auto;
523518
color: transparent;

0 commit comments

Comments
 (0)