Difference between revisions of "Caine Playground Custom Styles.css"
Jump to navigation
Jump to search
(Created page with "{{#css: #bodyContent { background-color: #222222!important; padding: 1em; color: #fff; } .catlinks { background-color: #222222!important; } #bodyContent h1, #bodyConte...") |
|||
(3 intermediate revisions by the same user not shown) | |||
Line 15: | Line 15: | ||
} | } | ||
#bodyContent a:hover { | #bodyContent a:hover { | ||
− | color: # | + | color: #d4433e; |
} | } | ||
#container ul { | #container ul { | ||
Line 21: | Line 21: | ||
} | } | ||
#container li::before { | #container li::before { | ||
− | content: " | + | content: "▣"; |
color: #bababa; | color: #bababa; | ||
font-size: 1.25em; | font-size: 1.25em; | ||
Line 37: | Line 37: | ||
} | } | ||
.button a:hover { | .button a:hover { | ||
− | border-color: # | + | border-color: #d4433e; |
} | } | ||
.row { | .row { |