fix: hide page actions when not applicable

This commit is contained in:
Nicolas Giard
2018-11-19 01:08:55 -05:00
parent 27adad8dad
commit aaeb24a8ec
8 changed files with 52 additions and 31 deletions

View File

@@ -88,9 +88,9 @@
}
code {
background-color: rgba(mc('pink', '500'), .1);
background-color: rgba(mc('indigo', '50'), 1);
padding: 0 5px;
color: mc('pink', '800');
color: mc('indigo', '800');
font-family: 'Source Code Pro', monospace;
font-weight: normal;
font-size: 1rem;