Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Coy: Set z-index to make shadows visible in coloured table cells #3161

Merged
merged 2 commits into from Oct 24, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 3 additions & 2 deletions themes/prism-coy.css
Expand Up @@ -34,8 +34,10 @@ pre[class*="language-"] {
overflow: visible;
padding: 1px;
}
pre[class*="language-"]>code {

pre[class*="language-"] > code {
position: relative;
z-index: 1;
border-left: 10px solid #358ccb;
box-shadow: -1px 0px 0px 0px #358ccb, 0px 0px 0px 1px #dfdfdf;
background-color: #fdfdfd;
Expand Down Expand Up @@ -77,7 +79,6 @@ pre[class*="language-"] {
pre[class*="language-"]:before,
pre[class*="language-"]:after {
content: '';
z-index: -2;
display: block;
position: absolute;
bottom: 0.75em;
Expand Down
2 changes: 1 addition & 1 deletion themes/prism-coy.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.