Style toolbar buttons.

This commit is contained in:
Leo
2023-02-26 12:52:27 -06:00
parent f0ae58d174
commit 94eee1e5a1

View File

@@ -127,3 +127,10 @@ pre {
.token.inserted {
color: green;
}
div.code-toolbar > .toolbar > .toolbar-item > a, div.code-toolbar > .toolbar > .toolbar-item > button, div.code-toolbar > .toolbar > .toolbar-item > span {
padding: 0.5em 1em;
margin: 0.25em 0.5em;
font-size: 0.9em;
color: #eee;
}