mirror of
https://github.com/frappe/gunicorn.git
synced 2026-07-03 19:21:29 +08:00
docs: add GitHub icon to header, remove header.autohide
This commit is contained in:
parent
8652aec783
commit
9ece4a6873
@ -37,6 +37,24 @@
|
||||
height: 2rem;
|
||||
}
|
||||
|
||||
/* Version badge in header */
|
||||
.md-header__version {
|
||||
margin-left: 0.5rem;
|
||||
padding: 0.2rem 0.5rem;
|
||||
font-size: 0.7rem;
|
||||
font-weight: 600;
|
||||
color: var(--gunicorn-green-dark);
|
||||
background: rgba(255, 255, 255, 0.9);
|
||||
border-radius: 4px;
|
||||
text-decoration: none;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.md-header__version:hover {
|
||||
background: #ffffff;
|
||||
color: var(--gunicorn-green);
|
||||
}
|
||||
|
||||
/* Navigation styling */
|
||||
.md-nav__link:hover {
|
||||
color: var(--gunicorn-green);
|
||||
|
||||
@ -86,7 +86,8 @@ theme:
|
||||
- search.share
|
||||
- toc.follow
|
||||
- toc.integrate
|
||||
- header.autohide
|
||||
icon:
|
||||
repo: fontawesome/brands/github
|
||||
|
||||
plugins:
|
||||
- search
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user