1
0
Fork 0
mirror of https://github.com/codex-team/codex.docs.git synced 2025-07-25 08:09:41 +02:00

Allow all inline tools for Warning tool. Improve styles (#76)

* allow all inline tools to Warning tool. Improve styles

* update editor and tools
This commit is contained in:
Peter Savchenko 2019-03-30 17:58:00 +03:00 committed by GitHub
parent 42eacba15b
commit 9f8cc83e00
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 24 additions and 22 deletions

View file

@ -84,6 +84,18 @@
color: var(--color-link-active);
border-bottom-color: var(--color-link-active);
}
.inline-code {
margin: 0;
padding: 0.15em .5em;
border-bottom: 1px dashed rgba(84, 151, 255, 0.99);
color: #1f6fd8;
background-color: #daf1fe;
&:hover {
background-color: #c8edfe;
}
}
}
}