first commit

This commit is contained in:
2026-06-18 16:00:11 +02:00
parent 89a15f06ad
commit efe73b79c8
10 changed files with 1370 additions and 0 deletions
+9
View File
@@ -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 */
}