Files
2026-03-24 14:45:06 +01:00

22 lines
336 B
CSS

#marquee-cont {
background: #ff6363;
margin-top:10px;
}
#marquee-cont marquee {
margin-top: 5px;
background: #ff6363;
}
#marquee-news {
background: #1174A8;
padding: 5px;
}
#ticker-title{
border:none;
padding:5px 20px;
background:#1174A8;
color:white;
}
#ticker-title:focus{
outline:none;
}