updating plex-posters custom.css

This commit is contained in:
2019-12-10 03:06:39 +00:00
parent 9f5fb31fbc
commit 625512c82a
2 changed files with 17 additions and 3 deletions

View File

@@ -58,9 +58,22 @@
/*code example blocks*/
.rst-content pre.literal-block, .rst-content div[class^="highlight"] pre, .rst-content .linenodiv pre{
background: #b4bec8;
color: black;
/*border-style: solid;*/
/*border-width: thin;*/
color: #393C40;
border-style: groove;
border-width: thick;
border-color: #9098a0;
width: fit-content;
}
/*code block highlight color + border*/
.highlight {
border: none;
background: none;
}
.rst-content pre.literal-block, .rst-content div[class^="highlight"]{
border: none;
}
/*colour of inline code blocks using ``*/