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

8 lines
168 B
CSS
Executable File

/* Changing only the elements with colour and only that argument */
/* Vice City Pink: #f77bb1 rgb(247, 123, 177) */
#nav-logo {
background-color: #f77bb1;
}