Files
2025-09-29 00:52:08 +02:00

8 lines
171 B
CSS
Executable File

/* Changing only the elements with colour and only that argument */
/* Rockstar North blue: #558621 rgb(85, 134, 33) */
#nav-logo {
background-color: #558621;
}