X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/9466f2ccde63244ac78465ea08cb7c1b97080f26..3d8d1e8e463efe111ed2e2a99861ada52759a1d9:/src/wolnelektury/static/2022/styles/components/_player.scss?ds=sidebyside diff --git a/src/wolnelektury/static/2022/styles/components/_player.scss b/src/wolnelektury/static/2022/styles/components/_player.scss index 52729f9f6..d1fb096f1 100644 --- a/src/wolnelektury/static/2022/styles/components/_player.scss +++ b/src/wolnelektury/static/2022/styles/components/_player.scss @@ -296,6 +296,15 @@ display: inline; } } + div.title { + font-size: 12px; + line-height: 140%; + letter-spacing: 0.05em; + list-style-type: decimal; + margin: 5px 0; + color: white; + cursor: pointer; + } } }