Skip to content

Commit

Permalink
Add custom css for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
adityatelange committed Dec 15, 2023
1 parent d946136 commit fc092b5
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions assets/css/extended/custom.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
/* Custom styles added to demo */

.twitter-tweet {
margin: auto;
}

iframe {
border-radius: var(--radius) !important;
}

.home-info ul {
padding-inline-start: 20px;
}

.entry-cover img {
border: 1px solid var(--border);
}

/* line highlight fix start */
.chroma .hl {
display: inherit;
}

.post-content table pre code {
padding: 10px 0px 10px 0px;
}

.chroma .lntd:first-of-type {
padding-inline-start: 10px;
}

.chroma .lntd:last-of-type {
padding-inline-end: 10px;
width: 100%;
}

/* line highlight fix end */

0 comments on commit fc092b5

Please sign in to comment.