mirror of
https://github.com/actix/actix-website
synced 2025-06-27 07:29:02 +02:00
add example project and blog nav
This commit is contained in:
@ -387,6 +387,23 @@ img {
|
||||
color: #333!important;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
/*
|
||||
*
|
||||
* ===== blog =====
|
||||
*
|
||||
*/
|
||||
#collapsing-docnav details {
|
||||
border: none;
|
||||
}
|
||||
#collapsing-docnav details summary {
|
||||
font-size: 1.2rem;
|
||||
font-weight: bold;
|
||||
margin-bottom: 0.8rem;
|
||||
}
|
||||
#collapsing-docnav details ul {
|
||||
margin: 1rem;
|
||||
}
|
||||
|
||||
/*
|
||||
*
|
||||
|
Reference in New Issue
Block a user