Line 49: | Line 49: | ||
.plus::before { | .plus::before { | ||
content:"✊"; | content:"✊"; | ||
− | color:# | + | color:#CF5300; |
} | } | ||
/* this is the icon for when the content is expanded */ | /* this is the icon for when the content is expanded */ | ||
.less::before { | .less::before { | ||
content: "✌"; | content: "✌"; | ||
− | color:# | + | color:#CF5300; |
} | } | ||
Line 94: | Line 94: | ||
/* When hovering on a menu item */ | /* When hovering on a menu item */ | ||
.menu_items li:hover { | .menu_items li:hover { | ||
− | background-color:# | + | background-color:#ff9900; |
color: #000000; | color: #000000; | ||
} | } |
Revision as of 23:44, 17 July 2016