Skip to content

Commit

Permalink
css: Indent tab content slightly, add border
Browse files Browse the repository at this point in the history
  • Loading branch information
matevz committed May 8, 2024
1 parent d53db03 commit c1c8f60
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -144,3 +144,10 @@ html[data-theme="dark"] {
html[data-theme='dark'] main img {
background-color: #fff;
}

/* Show the content of tabs slightly indented with a border on the left */
.tabs-container > div {
margin-top: inherit !important;
padding: 1rem;
border-left: 3px solid var(--ifm-tabs-color-active-border);
}

0 comments on commit c1c8f60

Please sign in to comment.