Skip to content

Commit 65b793b

Browse files
committed
Move the rainbow so it's not overlapping text.
1 parent e96b9fa commit 65b793b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

default.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,10 @@
1717
z-index: -1;
1818
top: 0;
1919
bottom: 0;
20-
right: 0;
20+
left: 0;
2121
width: 60px;
2222
background-image: linear-gradient(to right, red 5%, orange, yellow, green, blue, purple 95%);
23+
opacity: 0.5;
2324
}
2425

2526
/******************************************************************************/

0 commit comments

Comments
 (0)