Style toolbar buttons.
This commit is contained in:
7
scss/vendors/prismjs.scss
vendored
7
scss/vendors/prismjs.scss
vendored
@@ -127,3 +127,10 @@ pre {
|
|||||||
.token.inserted {
|
.token.inserted {
|
||||||
color: green;
|
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;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user