Skip to content

Commit

Permalink
improve some css gradient alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
kaikalii committed Dec 26, 2023
1 parent edadac2 commit b7b7d0f
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions site/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -1027,30 +1027,30 @@ a.clean {

.trans {
background-image: linear-gradient(180deg,
#5BCEFA 36%,
#F5A9B8 36%,
#F5A9B8 47%,
#FFFFFF 47%,
#FFFFFF 58%,
#F5A9B8 58%,
#F5A9B8 69%,
#5BCEFA 69%);
#5BCEFA 34%,
#F5A9B8 34%,
#F5A9B8 45%,
#FFFFFF 45%,
#FFFFFF 56%,
#F5A9B8 56%,
#F5A9B8 67%,
#5BCEFA 67%);
}

.bi {
background-image: linear-gradient(180deg,
#D60270 48%,
#9B4F96 48%,
#9B4F96 65%,
#0038A8 65%);
#D60270 45%,
#9B4F96 45%,
#9B4F96 64%,
#0038A8 64%);
}

.pan {
background-image: linear-gradient(180deg,
#FF218C 48%,
#FFD800 48%,
#FFD800 65%,
#21B1FF 65%);
#FF218C 45%,
#FFD800 45%,
#FFD800 64%,
#21B1FF 64%);
}

.gay {
Expand Down

0 comments on commit b7b7d0f

Please sign in to comment.