updating plex-posters custom.css
This commit is contained in:
@@ -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 ``*/
|
||||
|
||||
Reference in New Issue
Block a user