1
0
mirror of https://github.com/osmarks/mycorrhiza.git synced 2025-10-31 07:33:00 +00:00

Write the recent changes doc

And add the link to the doc on the page itself
This commit is contained in:
Timur Ismagilov
2021-08-02 00:25:24 +05:00
parent c59a73d74f
commit b2890b26cf
6 changed files with 318 additions and 219 deletions

View File

@@ -761,4 +761,20 @@ kbd {
.top-bar__section_hidden-on-mobile {
display: none;
}
}
/*
* Help badge
*/
.help-topic-badge {
display: block;
float: right;
line-height: 2rem;
height: 2rem;
width: 2rem;
text-align: center;
color: inherit;
text-decoration: none;
border: 1px solid #999;
border-radius: 1rem;
}