fix docs styling

This commit is contained in:
checktheroads 2021-01-03 00:09:32 -07:00
parent 6a57f346d0
commit a006bd3d46
3 changed files with 7 additions and 6 deletions

View file

@ -115,10 +115,6 @@ $ sudo yum -y install gcc-c++ make nodejs yarn redis
</Tabs>
:::note From the Developer
I've attempted to abstract away most of the Javascript-related configuration and operational steps, because I think I might be the only network engineer on the planet who actually doesn't mind JS 😂. If you run into any issues with the NodeJS/Yarn installation processes, don't hesitate to [raise an issue](https://github.com/checktheroads/hyperglass/issues) on Github, and I'll do my best to help out.
:::
### Application
```shell-session

View file

@ -1,7 +1,11 @@
.getStarted[class][class]:not(.button--active):not(:hover) {
color: var(--ifm-color-secondary);
color: var(--ifm-color-secondary);
}
.getStarted[class][class]:not(.button--active):hover {
color: var(--ifm-color-white);
}
.year {
color: var(--ifm-color-primary);
color: var(--ifm-color-primary);
}

View file

@ -31,6 +31,7 @@
"Segoe UI Symbol";
--ifm-font-family-monospace: "Fira Code", SFMono-Regular, Menlo, Monaco,
Consolas, "Liberation Mono", "Courier New", monospace;
--ifm-code-padding-vertical: 0.05rem;
}
:root {