Skip to content

Commit 669acfd

Browse files
committed
🌈
1 parent de27ad3 commit 669acfd

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

‎default.css‎

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,18 @@
1010
line-height: 1.5;
1111
}
1212

13+
/* This can be removed on Jun 27 */
14+
body::before {
15+
content: "";
16+
position: fixed;
17+
z-index: -1;
18+
top: 0;
19+
bottom: 0;
20+
right: 0;
21+
width: 60px;
22+
background-image: linear-gradient(to right, red 5%, orange, yellow, green, blue, purple 95%);
23+
}
24+
1325
/******************************************************************************/
1426
/* Sectioning */
1527
/******************************************************************************/

0 commit comments

Comments
 (0)