diff options
-rw-r--r-- | local.css | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -2,6 +2,12 @@ /* Add local styling here, instead of modifying style.css. */ +div#header { + background-color: green; + color: white; + padding: 10px; +} + div.actions ul { border-bottom: 0; } |