mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-23 04:03:05 +00:00
7 lines
92 B
CSS
7 lines
92 B
CSS
|
.modname {
|
||
|
font-size: 0.8em;
|
||
|
opacity: 0.4;
|
||
|
}
|
||
|
.modname::before {
|
||
|
content: '- ';
|
||
|
}
|