updating plex-posters custom.css
This commit is contained in:
1
plex-posters/_config.yml
Normal file
1
plex-posters/_config.yml
Normal file
@@ -0,0 +1 @@
|
|||||||
|
theme: jekyll-theme-cayman
|
||||||
@@ -58,9 +58,22 @@
|
|||||||
/*code example blocks*/
|
/*code example blocks*/
|
||||||
.rst-content pre.literal-block, .rst-content div[class^="highlight"] pre, .rst-content .linenodiv pre{
|
.rst-content pre.literal-block, .rst-content div[class^="highlight"] pre, .rst-content .linenodiv pre{
|
||||||
background: #b4bec8;
|
background: #b4bec8;
|
||||||
color: black;
|
color: #393C40;
|
||||||
/*border-style: solid;*/
|
border-style: groove;
|
||||||
/*border-width: thin;*/
|
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 ``*/
|
/*colour of inline code blocks using ``*/
|
||||||
|
|||||||
Reference in New Issue
Block a user