Skip to content

Commit

Permalink
release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tamlok committed Nov 19, 2018
1 parent ba5492e commit 7e442da
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 12 deletions.
16 changes: 16 additions & 0 deletions dist/css/viki.css
Original file line number Diff line number Diff line change
Expand Up @@ -427,3 +427,19 @@ x-eqs > span {
border-color: #00897B;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 137, 123, 0.6);
}

.viki-anchor {
font-weight: 400;
color: rgba(0,123,255,.5);
transition: color .16s linear;
padding-left: 0.375em;
-webkit-font-smoothing: antialiased;
text-decoration: none;
opacity: 0;
}

.viki-anchor:hover {
color: rgba(0,123,255,1);
text-decoration: none;
opacity: 1;
}
26 changes: 16 additions & 10 deletions dist/js/viki.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "viki",
"version": "1.0.0",
"version": "1.0.1",
"description": "A simple Wiki page in Markdown from notebook of VNote.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down

0 comments on commit 7e442da

Please sign in to comment.