Compare commits

..
3 Commits
Author SHA1 Message Date
qingwei.li 115c80b2f2 -> v2.0.1 2017-02-05 13:50:36 +08:00
qingwei.li addb34d38a bump: 2.0.1 2017-02-05 13:47:32 +08:00
qingwei.li 1f12009a98 fix border style. 2017-02-05 13:47:03 +08:00
8 changed files with 15 additions and 7 deletions
+4
View File
@@ -1,3 +1,7 @@
## 2.0.1
### Bug fixes
- border style.
## 2.0.0
### Features
- Customize the theme color
+1 -1
View File
@@ -1,6 +1,6 @@
![logo](_media/icon.svg)
# docsify <small>2.0</small>
# docsify <small>2.0.1</small>
> A magical documentation site generator.
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "docsify",
"version": "2.0.0",
"version": "2.0.1",
"description": "A magical documentation generator.",
"main": "lib/docsify.js",
"files": [
+3 -1
View File
@@ -72,7 +72,9 @@ section.cover {
.cover-main p:last-child a {
border-radius: 2em;
border: 1px solid var(--theme-color, $color-primary);
border-width: 1px;
border-style: solid;
border-width: var(--theme-color, $color-primary);
box-sizing: border-box;
color: var(--theme-color, $color-primary);
font-size: 1.05em;
+3 -1
View File
@@ -103,7 +103,9 @@ nav {
ul {
border-radius: 2px;
background-color: rgba($color-bg, .6);
border: 1px solid var(--theme-color, $color-primary);
border-width: 1px;
border-style: solid;
border-color: var(--theme-color, $color-primary);
opacity: 0;
overflow: hidden;
padding: 0;