Skip to content

Commit

Permalink
Deployed 714f702 with MkDocs version: 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown committed Apr 22, 2024
1 parent c51435c commit a917f27
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions css/custom.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
.badges {
margin-top: -2em;
}

.badge {
display: inline-block;
padding: 0.2em 0.4em;
font-size: 85%;
font-weight: 700;
line-height: 1;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: 0.25rem;
}
.is-badge, .labor-badge {
background-color: #FF862F;
color: #161616;
}
.cs-badge, .general-badge {
background-color: #29ABCA;
color: #161616;
}
.ai-badge, .cross-badge {
background-color: #FC6255;
color: #161616;
}
[data-md-color-scheme="default"] .is-badge,
[data-md-color-scheme="default"] .cs-badge,
[data-md-color-scheme="default"] .ai-badge {
color: #FFFFFF;
}
Binary file modified sitemap.xml.gz
Binary file not shown.

0 comments on commit a917f27

Please sign in to comment.