Skip to content

Commit 3dc4491

Browse files
authored
Update projects.liquid to change color of fund box
1 parent db9812d commit 3dc4491

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/projects.liquid

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
display: inline-block; /* To fit content size */
2121
padding: 5px 10px; /* Space inside the rectangle */
2222
border: 1px solid #ccc; /* Border of the rectangle */
23-
background-color: #f0f0f0; /* Background color */
23+
background-color: #fbe18e; /* Background color */
2424
font-size: 12px; /* Font size for the text */
2525
color: #333; /* Text color */
2626
border-radius: 4px; /* Rounded corners */

0 commit comments

Comments
 (0)