Awesome-Python-Scripts/IMDBQuerier/css/list_style.css

16 lines
178 B
CSS
Raw Normal View History

li {
list-style-type: none;
text-align: center;
max-width: 50%;
background-color: #EEEEEE;
}
span.rating {
color: #D9AA00;
}
span.list_title{
font-weight: bold;
}