Skip to content

Commit

Permalink
update doc style
Browse files Browse the repository at this point in the history
  • Loading branch information
bsubbaraman committed Nov 9, 2024
1 parent 51f9ad8 commit 08ddb5f
Show file tree
Hide file tree
Showing 477 changed files with 17,436 additions and 1,813 deletions.
59 changes: 58 additions & 1 deletion assets/_custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,63 @@ h2, h3 {
text-decoration-color: #FF6700;
text-decoration-thickness: 3px;
}

.fab {
font-family: 'IBMPlexMono', sans-serif;
font-family: 'IBMPlexMono', monospace;
}

.ref-header {
font-family: 'IBMPlexMono', monospace;
color: black;
font-size: 2em;
text-decoration: none;
}

.ref-item {
font-family: 'IBMPlexMono', monospace;
color: black;
font-size: 1em;
}
.ref-info {
font-family: 'Inter', sans-serif;
color: black;
font-size: 0.9em;
}

// Overwrite some of the Hugo Book theme styles
.markdown a {
color:black;
}

.markdown a:visited{
color:black;
}

.markdown a:hover {
background-color: #FF6700;
}

td {
width: 30%;
vertical-align: top;
}

.markdown table tr td {
padding: 1rem 4rem 4rem 0rem;
border: none;
}

.markdown table tr:nth-child(2n) {
background: white;
}

.grid-container {
display: grid;
grid-template-columns: 20% 80%;
gap: 0.75rem 0;
}

.grid-item {
height: auto;
}

230 changes: 0 additions & 230 deletions content/docs/reference.md

This file was deleted.

Loading

0 comments on commit 08ddb5f

Please sign in to comment.