first commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
/* Change the font color of the text in the upper grey blocks */
|
||||
.upper-grey-blocks {
|
||||
color: #333; /* Darker color */
|
||||
}
|
||||
|
||||
/* If the text is inside a specific element, you can target it directly */
|
||||
.upper-grey-blocks p {
|
||||
color: #333; /* Darker color */
|
||||
}
|
||||
Reference in New Issue
Block a user