845
edits
No edit summary |
No edit summary |
||
| Line 51: | Line 51: | ||
/* Color & Background */ | /* Color & Background */ | ||
background-attachment: scroll; | background-attachment: scroll; | ||
background-color: rgba(252, 101, 67, | background-color: rgba(252, 101, 67, 1); | ||
/* Box */ | /* Box */ | ||
| Line 66: | Line 66: | ||
border-bottom-left-radius: 0px; | border-bottom-left-radius: 0px; | ||
border-bottom-right-radius: 8px; | border-bottom-right-radius: 8px; | ||
} | |||
panel ul li{ | |||
font-size:12px!important; | |||
color:white!important; | |||
} | |||
panel ul li a,div#footer ul li a:visited { | |||
color: white!important; | |||
} | } | ||
footer ul li{ | footer ul li{ | ||