Difference between revisions of "Apple of Discord Custom Styles.css"
Jump to navigation
Jump to search
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | {{#css: | ||
#bodyContent { | #bodyContent { | ||
background-color: #222222!important; | background-color: #222222!important; | ||
Line 10: | Line 11: | ||
color: #fff; | color: #fff; | ||
} | } | ||
− | #bodyContent a, #bodyContent a:visited, #bodyContent a:active | + | #bodyContent a, #bodyContent a:visited, #bodyContent a:active { |
− | color: # | + | color: #f9e09f; |
} | } | ||
#bodyContent a:hover { | #bodyContent a:hover { | ||
− | color: | + | color: #D4AF37; |
} | } | ||
#container ul { | #container ul { | ||
Line 29: | Line 30: | ||
} | } | ||
.button a { | .button a { | ||
− | border: | + | border: #f9e09f 5px solid; |
display: block; | display: block; | ||
margin: .5em; | margin: .5em; | ||
Line 66: | Line 67: | ||
border: #f9e09f 6px double; | border: #f9e09f 6px double; | ||
} | } | ||
+ | }} |