Style changes
This commit is contained in:
parent
c6eb9bb479
commit
790ac996dd
@ -164,10 +164,11 @@ export default {
|
||||
padding: 10px;
|
||||
margin: -10px -10px 10px;
|
||||
background-color: $info-bg;
|
||||
font-size: 0.95em;
|
||||
|
||||
p {
|
||||
margin: 10px;
|
||||
line-height: 1.4;
|
||||
line-height: 1.5;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
@ -89,7 +89,7 @@ export default {
|
||||
<style lang="scss">
|
||||
.toc__inner {
|
||||
position: relative;
|
||||
color: rgba(0, 0, 0, 0.75);
|
||||
color: rgba(0, 0, 0, 0.67);
|
||||
cursor: pointer;
|
||||
font-size: 9px;
|
||||
padding: 10px 20px 40px;
|
||||
|
@ -11,6 +11,9 @@ body {
|
||||
position: fixed;
|
||||
tab-size: 4;
|
||||
text-rendering: auto;
|
||||
|
||||
/* Prevent body overscroll on Chrome */
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
* {
|
||||
|
@ -8,6 +8,7 @@ Headers
|
||||
### Header 3
|
||||
|
||||
|
||||
|
||||
Styling
|
||||
---------------------------
|
||||
|
||||
@ -26,12 +27,13 @@ H~2~O is a liquid.
|
||||
2^10^ is 1024.
|
||||
|
||||
|
||||
|
||||
Lists
|
||||
---------------------------
|
||||
|
||||
- Item
|
||||
* Item
|
||||
+ Item
|
||||
* Item
|
||||
+ Item
|
||||
|
||||
1. Item 1
|
||||
2. Item 2
|
||||
@ -41,6 +43,7 @@ Lists
|
||||
- [x] Complete item
|
||||
|
||||
|
||||
|
||||
Links
|
||||
---------------------------
|
||||
|
||||
@ -51,6 +54,7 @@ An image: ![Alt](img.jpg)
|
||||
A sized image: ![Alt](img.jpg =60x50)
|
||||
|
||||
|
||||
|
||||
Code
|
||||
---------------------------
|
||||
|
||||
@ -67,6 +71,7 @@ var foo = 'bar';
|
||||
```
|
||||
|
||||
|
||||
|
||||
Tables
|
||||
---------------------------
|
||||
|
||||
@ -82,6 +87,7 @@ Pipe | $1
|
||||
| centered | right-aligned |
|
||||
|
||||
|
||||
|
||||
Definition lists
|
||||
---------------------------
|
||||
|
||||
@ -92,6 +98,8 @@ Authors
|
||||
: John
|
||||
: Luke
|
||||
|
||||
|
||||
|
||||
Footnotes
|
||||
---------------------------
|
||||
|
||||
@ -100,6 +108,7 @@ Some text with a footnote.[^1]
|
||||
[^1]: The footnote.
|
||||
|
||||
|
||||
|
||||
Abbreviations
|
||||
---------------------------
|
||||
|
||||
@ -108,6 +117,7 @@ Markdown converts text to HTML.
|
||||
*[HTML]: HyperText Markup Language
|
||||
|
||||
|
||||
|
||||
LaTeX math
|
||||
---------------------------
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user