mirror of
https://github.com/hastagAB/Awesome-Python-Scripts.git
synced 2024-11-24 04:21:08 +00:00
16 lines
178 B
CSS
16 lines
178 B
CSS
|
li {
|
||
|
list-style-type: none;
|
||
|
text-align: center;
|
||
|
max-width: 50%;
|
||
|
background-color: #EEEEEE;
|
||
|
}
|
||
|
|
||
|
span.rating {
|
||
|
color: #D9AA00;
|
||
|
}
|
||
|
|
||
|
|
||
|
span.list_title{
|
||
|
font-weight: bold;
|
||
|
}
|