1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-02 20:15:26 +02:00

Move doc headings above doc meta

This commit is contained in:
HarveyKandola 2019-06-11 18:03:28 +01:00
parent f7a738ad84
commit 14820df165
4 changed files with 26 additions and 23 deletions

View file

@ -15,8 +15,10 @@ a {
text-decoration: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
outline: none;
a:focus, a:hover {
outline: none;
text-decoration: underline;
}
}