Skip to content

Commit

Permalink
Merge pull request #2478 from htcondor/V23_8-HTCONDOR-2389-documentat…
Browse files Browse the repository at this point in the history
…ion-css-changes

HTCONDOR-2389: Improve documentation css
  • Loading branch information
GregThain committed May 16, 2024
2 parents e65806d + adb1610 commit c8da4fd
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions docs/_static/css/htcondor-manual.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,25 @@ div.wy-side-nav-search a.icon.icon-home:before {
height: 15px;
}

/* Override Sidebar Section Header Colors*/
.wy-menu-vertical header, .wy-menu-vertical p.caption {
color: #d31245;
}

/* Override inline literal (``some text``) */
.rst-content code.literal,.rst-content tt.literal {
text-decoration: underline #d3d3d3 1px;
font-weight: 575;
font-size: 85%;
font-style: italic;
/*color: #8B0000; Dark Red*/
color: #000000;
background-color: transparent;
border: 0px solid #e1e1e1;
padding: 1px 1px;
white-space: normal;
}

/* override table width restrictions */
@media screen and (min-width: 767px) {

Expand Down

0 comments on commit c8da4fd

Please sign in to comment.