diff options
Diffstat (limited to 'doc/docs/.vuepress')
| -rwxr-xr-x | doc/docs/.vuepress/components/YueCompiler.vue | 5 | ||||
| -rw-r--r-- | doc/docs/.vuepress/theme/styles/code.styl | 4 |
2 files changed, 4 insertions, 5 deletions
diff --git a/doc/docs/.vuepress/components/YueCompiler.vue b/doc/docs/.vuepress/components/YueCompiler.vue index 4d72b92..9c09297 100755 --- a/doc/docs/.vuepress/components/YueCompiler.vue +++ b/doc/docs/.vuepress/components/YueCompiler.vue | |||
| @@ -146,7 +146,7 @@ | |||
| 146 | } | 146 | } |
| 147 | .childTitle { | 147 | .childTitle { |
| 148 | width: 100%; | 148 | width: 100%; |
| 149 | font-size: 1.5em; | 149 | font-size: 1.2em; |
| 150 | color: #b7ae8f; | 150 | color: #b7ae8f; |
| 151 | text-align: center; | 151 | text-align: center; |
| 152 | padding: 0.2em; | 152 | padding: 0.2em; |
| @@ -195,8 +195,7 @@ | |||
| 195 | hyphens: none; | 195 | hyphens: none; |
| 196 | background: #f5f7ff; | 196 | background: #f5f7ff; |
| 197 | color: #5e6687; | 197 | color: #5e6687; |
| 198 | font-size: 1em; | 198 | font-size: 15px; |
| 199 | overflow: scroll; | ||
| 200 | } | 199 | } |
| 201 | 200 | ||
| 202 | .my-editor >>> .prism-editor__textarea:focus { | 201 | .my-editor >>> .prism-editor__textarea:focus { |
diff --git a/doc/docs/.vuepress/theme/styles/code.styl b/doc/docs/.vuepress/theme/styles/code.styl index 0cb4081..a89c18e 100644 --- a/doc/docs/.vuepress/theme/styles/code.styl +++ b/doc/docs/.vuepress/theme/styles/code.styl | |||
| @@ -10,7 +10,7 @@ Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/b | |||
| 10 | code[class*="language-"], | 10 | code[class*="language-"], |
| 11 | pre[class*="language-"] { | 11 | pre[class*="language-"] { |
| 12 | font-family: Consolas, Menlo, Monaco, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", "Courier New", Courier, monospace; | 12 | font-family: Consolas, Menlo, Monaco, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", "Courier New", Courier, monospace; |
| 13 | font-size: 1em; | 13 | font-size: 15px; |
| 14 | line-height: 1.375; | 14 | line-height: 1.375; |
| 15 | direction: ltr; | 15 | direction: ltr; |
| 16 | text-align: left; | 16 | text-align: left; |
| @@ -29,7 +29,7 @@ pre[class*="language-"] { | |||
| 29 | } | 29 | } |
| 30 | 30 | ||
| 31 | pre > code[class*="language-"] { | 31 | pre > code[class*="language-"] { |
| 32 | font-size: 1em; | 32 | font-size: 15px; |
| 33 | } | 33 | } |
| 34 | 34 | ||
| 35 | pre[class*="language-"]::-moz-selection, pre[class*="language-"] ::-moz-selection, | 35 | pre[class*="language-"]::-moz-selection, pre[class*="language-"] ::-moz-selection, |
