Doric add prism style

This commit is contained in:
pengfei.zhou
2019-08-13 10:07:40 +08:00
parent 763f31bf0c
commit e8976a42ad
10 changed files with 399 additions and 17 deletions

View File

@@ -44,6 +44,9 @@ export default {
<!-- Add "scoped" attribute to limit CSS to this component only -->
<style scoped>
div {
font-size: 200%;
}
h3 {
margin: 40px 0 0;
}
@@ -56,6 +59,7 @@ li {
margin: 0 10px;
}
a {
font-size: 100%;
color: #42b983;
}
</style>