[M] Move markdown style to global
This commit is contained in:
@@ -165,3 +165,34 @@ html
|
||||
overflow-x: hidden
|
||||
box-sizing: border-box
|
||||
box-shadow: 0 4px 6px -1px rgb(0 0 0 / 10%), 0 2px 4px -1px rgb(0 0 0 / 6%)
|
||||
|
||||
// Markdown style
|
||||
.markdown-content
|
||||
text-align: justify
|
||||
text-justify: inter-word
|
||||
|
||||
a
|
||||
color: $color-text-special
|
||||
text-decoration: none
|
||||
|
||||
h1, h2
|
||||
border-bottom: 1px solid $color-text-special
|
||||
font-size: 1.5em
|
||||
margin-top: 1em
|
||||
|
||||
h1, h2
|
||||
line-height: 1.3
|
||||
margin-bottom: 0.25em
|
||||
padding: 0
|
||||
|
||||
h3
|
||||
font-size: 1.2em
|
||||
|
||||
p
|
||||
font-size: 0.9em
|
||||
margin: 0.5em 0
|
||||
line-height: 1.6
|
||||
|
||||
li
|
||||
font-size: 0.9em
|
||||
margin-bottom: 0.25em
|
||||
|
||||
@@ -66,35 +66,4 @@ export default class About extends Vue
|
||||
.emoji
|
||||
font-weight: normal
|
||||
|
||||
// Markdown style
|
||||
.markdown-content
|
||||
text-align: justify
|
||||
text-justify: inter-word
|
||||
|
||||
a
|
||||
color: $color-text-special
|
||||
text-decoration: none
|
||||
|
||||
h1, h2
|
||||
border-bottom: 1px solid $color-text-special
|
||||
font-size: 1.5em
|
||||
margin-top: 1em
|
||||
|
||||
h1, h2
|
||||
line-height: 1.3
|
||||
margin-bottom: 0.25em
|
||||
padding: 0
|
||||
|
||||
h3
|
||||
font-size: 1.2em
|
||||
|
||||
p
|
||||
font-size: 0.9em
|
||||
margin: 0.5em 0
|
||||
line-height: 1.6
|
||||
|
||||
li
|
||||
font-size: 0.9em
|
||||
margin-bottom: 0.25em
|
||||
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user