Skip to content

Commit

Permalink
Enhanced the color of a card (#915)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaryancodeshere authored May 27, 2024
1 parent 16a8005 commit 369ed14
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@ section {

.container .box:nth-child(even)::before,
.container .box:nth-child(even)::after {
background: linear-gradient(315deg, #4dff03, #00d0ff);
background: linear-gradient(315deg, #03ff37, #0300ff);
}

.container .box:nth-child(odd)::before,
Expand All @@ -538,7 +538,7 @@ section {

.container .box:nth-child(3)::before,
.container .box:nth-child(3)::after {
background: linear-gradient(315deg, #4dff03, #00d0ff);
background: linear-gradient(315deg, #03ff37, #0300ff);
}

.container .box:nth-child(4)::before,
Expand Down Expand Up @@ -568,7 +568,7 @@ section {

.container .box:nth-child(9)::before,
.container .box:nth-child(9)::after {
background: linear-gradient(315deg, #4dff03, #00d0ff);
background: linear-gradient(315deg, #03ff37, #0300ff);
}

.container .box:nth-child(10)::before,
Expand Down Expand Up @@ -598,7 +598,7 @@ section {

.container .box:nth-child(15)::before,
.container .box:nth-child(15)::after {
background: linear-gradient(315deg, #4dff03, #00d0ff);
background: linear-gradient(315deg, #03ff37, #0300ff);
}

.container .box:nth-child(16)::before,
Expand Down Expand Up @@ -628,7 +628,7 @@ section {

.container .box:nth-child(21)::before,
.container .box:nth-child(21)::after {
background: linear-gradient(315deg, #4dff03, #00d0ff);
background: linear-gradient(315deg, #03ff37, #0300ff);
}

.container .box:nth-child(22)::before,
Expand Down Expand Up @@ -658,7 +658,7 @@ section {

.container .box:nth-child(27)::before,
.container .box:nth-child(27)::after {
background: linear-gradient(315deg, #4dff03, #00d0ff);
background: linear-gradient(315deg, #03ff37, #0300ff);
}

.container .box:nth-child(28)::before,
Expand Down Expand Up @@ -688,7 +688,7 @@ section {

.container .box:nth-child(33)::before,
.container .box:nth-child(33)::after {
background: linear-gradient(315deg, #4dff03, #00d0ff);
background: linear-gradient(315deg, #03ff37, #0300ff);
}

.container .box:nth-child(34)::before,
Expand Down Expand Up @@ -718,7 +718,7 @@ section {

.container .box:nth-child(39)::before,
.container .box:nth-child(39)::after {
background: linear-gradient(315deg, #4dff03, #00d0ff);
background: linear-gradient(315deg, #03ff37, #0300ff);
}

.container .box:nth-child(40)::before,
Expand Down Expand Up @@ -748,7 +748,7 @@ section {

.container .box:nth-child(45)::before,
.container .box:nth-child(45)::after {
background: linear-gradient(315deg, #4dff03, #00d0ff);
background: linear-gradient(315deg, #03ff37, #0300ff);
}

.container .box:nth-child(46)::before,
Expand Down Expand Up @@ -778,7 +778,7 @@ section {

.container .box:nth-child(51)::before,
.container .box:nth-child(51)::after {
background: linear-gradient(315deg, #4dff03, #00d0ff);
background: linear-gradient(315deg, #03ff37, #0300ff);
}

.container .box:nth-child(52)::before,
Expand Down Expand Up @@ -808,7 +808,7 @@ section {

.container .box:nth-child(57)::before,
.container .box:nth-child(57)::after {
background: linear-gradient(315deg, #4dff03, #00d0ff);
background: linear-gradient(315deg, #03ff37, #0300ff);
}

.container .box:nth-child(58)::before,
Expand Down Expand Up @@ -838,7 +838,7 @@ section {

.container .box:nth-child(63)::before,
.container .box:nth-child(63)::after {
background: linear-gradient(315deg, #4dff03, #00d0ff);
background: linear-gradient(315deg, #03ff37, #0300ff);
}

.container .box:nth-child(64)::before,
Expand Down Expand Up @@ -868,7 +868,7 @@ section {

.container .box:nth-child(69)::before,
.container .box:nth-child(69)::after {
background: linear-gradient(315deg, #4dff03, #00d0ff);
background: linear-gradient(315deg, #03ff37, #0300ff);
}

.container .box:nth-child(70)::before,
Expand Down Expand Up @@ -898,7 +898,7 @@ section {

.container .box:nth-child(75)::before,
.container .box:nth-child(75)::after {
background: linear-gradient(315deg, #4dff03, #00d0ff);
background: linear-gradient(315deg, #03ff37, #0300ff);
}

.container .box:nth-child(76)::before,
Expand Down Expand Up @@ -928,7 +928,7 @@ section {

.container .box:nth-child(81)::before,
.container .box:nth-child(81)::after {
background: linear-gradient(315deg, #4dff03, #00d0ff);
background: linear-gradient(315deg, #03ff37, #0300ff);
}

.container .box:nth-child(82)::before,
Expand Down Expand Up @@ -958,7 +958,7 @@ section {

.container .box:nth-child(87)::before,
.container .box:nth-child(87)::after {
background: linear-gradient(315deg, #4dff03, #00d0ff);
background: linear-gradient(315deg, #03ff37, #0300ff);
}

.container .box:nth-child(88)::before,
Expand Down Expand Up @@ -988,7 +988,7 @@ section {

.container .box:nth-child(93)::before,
.container .box:nth-child(93)::after {
background: linear-gradient(315deg, #4dff03, #00d0ff);
background: linear-gradient(315deg, #03ff37, #0300ff);
}

.container .box:nth-child(94)::before,
Expand Down Expand Up @@ -1018,7 +1018,7 @@ section {

.container .box:nth-child(99)::before,
.container .box:nth-child(99)::after {
background: linear-gradient(315deg, #4dff03, #00d0ff);
background: linear-gradient(315deg, #03ff37, #0300ff);
}

.container .box:nth-child(100)::before,
Expand Down Expand Up @@ -1048,7 +1048,7 @@ section {

.container .box:nth-child(105)::before,
.container .box:nth-child(105)::after {
background: linear-gradient(315deg, #4dff03, #00d0ff);
background: linear-gradient(315deg, #03ff37, #0300ff);
}

.container .box:nth-child(106)::before,
Expand Down Expand Up @@ -1078,7 +1078,7 @@ section {

.container .box:nth-child(111)::before,
.container .box:nth-child(111)::after {
background: linear-gradient(315deg, #4dff03, #00d0ff);
background: linear-gradient(315deg, #03ff37, #0300ff);
}

.container .box:nth-child(112)::before,
Expand Down Expand Up @@ -1108,7 +1108,7 @@ section {

.container .box:nth-child(117)::before,
.container .box:nth-child(117)::after {
background: linear-gradient(315deg, #4dff03, #00d0ff);
background: linear-gradient(315deg, #03ff37, #0300ff);
}

.container .box:nth-child(118)::before,
Expand Down Expand Up @@ -1138,7 +1138,7 @@ section {

.container .box:nth-child(123)::before,
.container .box:nth-child(123)::after {
background: linear-gradient(315deg, #4dff03, #00d0ff);
background: linear-gradient(315deg, #03ff37, #0300ff);
}

.container .box:nth-child(124)::before,
Expand Down Expand Up @@ -1168,7 +1168,7 @@ section {

.container .box:nth-child(129)::before,
.container .box:nth-child(129)::after {
background: linear-gradient(315deg, #4dff03, #00d0ff);
background: linear-gradient(315deg, #03ff37, #0300ff);
}

.container .box:nth-child(130)::before,
Expand Down

0 comments on commit 369ed14

Please sign in to comment.