1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-18 05:41:31 +00:00

fix: some console snippets will be incompletely copied

Sample:

```console
echo $PATH
```
This commit is contained in:
Cotes Chung
2023-03-17 06:37:14 +08:00
parent d96b8811a7
commit e8e4901e34

View File

@@ -66,14 +66,6 @@ html {
font-size: $code-font-size;
line-height: 1.4rem;
word-wrap: normal; /* Fixed Safari overflow-x */
/* set the dollar sign to non-selectable */
> .gp:first-child {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
}
table {