Style changes

This commit is contained in:
Benoit Schweblin 2018-04-16 18:12:26 +01:00
parent c6eb9bb479
commit 790ac996dd
4 changed files with 18 additions and 4 deletions

View File

@ -164,10 +164,11 @@ export default {
padding: 10px; padding: 10px;
margin: -10px -10px 10px; margin: -10px -10px 10px;
background-color: $info-bg; background-color: $info-bg;
font-size: 0.95em;
p { p {
margin: 10px; margin: 10px;
line-height: 1.4; line-height: 1.5;
} }
} }
</style> </style>

View File

@ -89,7 +89,7 @@ export default {
<style lang="scss"> <style lang="scss">
.toc__inner { .toc__inner {
position: relative; position: relative;
color: rgba(0, 0, 0, 0.75); color: rgba(0, 0, 0, 0.67);
cursor: pointer; cursor: pointer;
font-size: 9px; font-size: 9px;
padding: 10px 20px 40px; padding: 10px 20px 40px;

View File

@ -11,6 +11,9 @@ body {
position: fixed; position: fixed;
tab-size: 4; tab-size: 4;
text-rendering: auto; text-rendering: auto;
/* Prevent body overscroll on Chrome */
overflow: hidden;
} }
* { * {

View File

@ -8,6 +8,7 @@ Headers
### Header 3 ### Header 3
Styling Styling
--------------------------- ---------------------------
@ -26,12 +27,13 @@ H~2~O is a liquid.
2^10^ is 1024. 2^10^ is 1024.
Lists Lists
--------------------------- ---------------------------
- Item - Item
* Item * Item
+ Item + Item
1. Item 1 1. Item 1
2. Item 2 2. Item 2
@ -41,6 +43,7 @@ Lists
- [x] Complete item - [x] Complete item
Links Links
--------------------------- ---------------------------
@ -51,6 +54,7 @@ An image: ![Alt](img.jpg)
A sized image: ![Alt](img.jpg =60x50) A sized image: ![Alt](img.jpg =60x50)
Code Code
--------------------------- ---------------------------
@ -67,6 +71,7 @@ var foo = 'bar';
``` ```
Tables Tables
--------------------------- ---------------------------
@ -82,6 +87,7 @@ Pipe | $1
| centered | right-aligned | | centered | right-aligned |
Definition lists Definition lists
--------------------------- ---------------------------
@ -92,6 +98,8 @@ Authors
: John : John
: Luke : Luke
Footnotes Footnotes
--------------------------- ---------------------------
@ -100,6 +108,7 @@ Some text with a footnote.[^1]
[^1]: The footnote. [^1]: The footnote.
Abbreviations Abbreviations
--------------------------- ---------------------------
@ -108,6 +117,7 @@ Markdown converts text to HTML.
*[HTML]: HyperText Markup Language *[HTML]: HyperText Markup Language
LaTeX math LaTeX math
--------------------------- ---------------------------