diff options
| author | 2023-10-07 01:06:07 +0000 | |
|---|---|---|
| committer | 2023-10-07 01:06:07 +0000 | |
| commit | 847939b444ee2a1a3ca3ccc852294f9afc0ab874 (patch) | |
| tree | 427b6e3e9e54902b420ac1b47ad78e7659b310ed /dev/stylesheets/extra.css | |
| parent | 8353662ee6622f17be01d69f5087521d1884481d (diff) | |
| download | infini-847939b444ee2a1a3ca3ccc852294f9afc0ab874.tar.gz infini-847939b444ee2a1a3ca3ccc852294f9afc0ab874.zip | |
Deployed fa51a45 to dev with MkDocs 1.5.3 and mike 1.1.2
Diffstat (limited to 'dev/stylesheets/extra.css')
| -rw-r--r-- | dev/stylesheets/extra.css | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/dev/stylesheets/extra.css b/dev/stylesheets/extra.css index 2ddd1bc4..0d329d97 100644 --- a/dev/stylesheets/extra.css +++ b/dev/stylesheets/extra.css @@ -13,6 +13,18 @@ } } +.md-header { + background-color: #30323a; + box-shadow: 0 0 0.2rem #0000, 0 0.2rem 0.4rem #0000; + color: var(--md-primary-bg-color); + display: block; + left: 0; + position: sticky; + right: 0; + top: 0; + z-index: 4; +} + .md-typeset .twitter { color: #00acee } @@ -304,6 +316,11 @@ max-height: none } +.md-banner--warning { + background-color: #fa7575; + color: var(--md-warning-fg-color); +} + .mdx-container { background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1123 258'><path d='M1124,2c0,0 0,256 0,256l-1125,0l0,-48c0,0 16,5 55,5c116,0 197,-92 325,-92c121,0 114,46 254,46c140,0 214,-167 572,-166Z' style='fill: hsla(0, 0%, 100%, 1)' /></svg>") no-repeat bottom, linear-gradient(to bottom, var(--md-primary-fg-color), #a63fd9 99%, var(--md-default-bg-color) 99%); padding-top: 1rem |
