4,090
edits
(Created page with "→CSS placed here will be applied to all skins: body { background-color: white; transition: background-color 1s ease; }") |
No edit summary |
||
Line 3: | Line 3: | ||
background-color: white; | background-color: white; | ||
transition: background-color 1s ease; | transition: background-color 1s ease; | ||
} | |||
#p-logo a { | |||
display: none; | |||
} | } |