Skip to content

Commit f064978

Browse files
committed
Change color to Redis 'Mtn Dew' yellow/black
1 parent fa6ae2f commit f064978

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

assets/css/index.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1537,11 +1537,11 @@ a[href*="#no-click"], img[src*="#no-click"] {
15371537
align-items: center !important;
15381538
padding: 0.25rem 0.5rem !important;
15391539
font-size: 0.75rem !important;
1540-
font-weight: 500 !important;
1541-
background-color: #fed7aa !important;
1542-
color: #9a3412 !important;
1540+
font-weight: 700 !important;
1541+
background-color: rgb(220, 255, 30) !important;
1542+
color: #000000 !important;
15431543
border-radius: 9999px !important;
1544-
border: 1px solid #fdba74 !important;
1544+
border: none !important;
15451545
flex-shrink: 0 !important;
15461546
}
15471547

0 commit comments

Comments
 (0)