Browse Source

Edit css no copy option

pull/16/head
hello-chintan 1 year ago
parent
commit
09286349d3
1 changed files with 9 additions and 0 deletions
  1. +9
    -0
      extra.css

+ 9
- 0
extra.css View File

@ -31,3 +31,12 @@ Tables set to 100% width
.md-typeset table:not([class]) {
display: table;
}
.shell-prompt code::before {
content: "$ ";
color: grey;
}
.highlight.no-copy .md-clipboard {
display: none;
}

Loading…
Cancel
Save