8 lines
171 B
CSS
Executable File
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;
|
|
}
|