1 Commits
Author SHA1 Message Date
dtomlinson 625512c82a updating plex-posters custom.css 2019-12-10 03:06:45 +00:00
2 changed files with 17 additions and 3 deletions
+1
View File
@@ -0,0 +1 @@
theme: jekyll-theme-cayman
+16 -3
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 ``*/