1 Commits

Author SHA1 Message Date
625512c82a updating plex-posters custom.css 2019-12-10 03:06:45 +00:00
2 changed files with 17 additions and 3 deletions

1
plex-posters/_config.yml Normal file
View File

@@ -0,0 +1 @@
theme: jekyll-theme-cayman

View File

@@ -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 ``*/