mirror of
https://github.com/hastagAB/Awesome-Python-Scripts.git
synced 2025-02-07 00:50:54 +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;
|
|
}
|