Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Waren Gonzaga committed Nov 6, 2020
1 parent 057e779 commit e1fc81c
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion demo/assets/css/fork-corner.min.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
*//*!
* Base Stylesheet | Fork Corner
* By Waren Gonzaga
*/body{overflow-x:hidden}#fork-corner{z-index:105;position:absolute}.fork-corner+div{position:absolute;width:200px;height:200px;z-index:100}.fork-corner.fc-tr{top:16.66667px;right:16.66667px}.fork-corner.fc-tr+div{top:-100px;right:-100px;transform:rotate(45deg)}.fork-corner.fc-tl{top:16.66667px;left:16.66667px}.fork-corner.fc-tl+div{top:-100px;left:-100px;transform:rotate(45deg)}.fork-corner.fc-tr.fc-theme-default+div{background-color:#242424}.fork-corner.fc-tl.fc-theme-default+div{background-color:#242424}.fork-corner.fc-tr.fc-theme-github{text-decoration:none;width:50px;height:50px;background:url("https://simpleicons.org/icons/github.svg")}.fork-corner.fc-tr.fc-theme-github+div{background-color:#181717}.fork-corner.fc-tl.fc-theme-github{text-decoration:none;width:50px;height:50px;background:url("https://simpleicons.org/icons/github.svg")}.fork-corner.fc-tl.fc-theme-github+div{background-color:#181717}
*/body{overflow-x:hidden}#fork-corner{z-index:105;position:absolute}.fork-corner+div{position:absolute;width:200px;height:200px;z-index:100}.fork-corner.fc-tr{top:16.66667px;right:16.66667px}.fork-corner.fc-tr+div{top:-100px;right:-100px;transform:rotate(45deg)}.fork-corner.fc-tl{top:16.66667px;left:16.66667px}.fork-corner.fc-tl+div{top:-100px;left:-100px;transform:rotate(45deg)}.fork-corner.fc-tr.fc-theme-default+div{background-color:#242424}.fork-corner.fc-tl.fc-theme-default+div{background-color:#242424}.fork-corner.fc-tr.fc-theme-github{text-decoration:none;width:50px;height:50px;background:url("https://raw.githubusercontent.com/WarenGonzaga/fork-corner/main/svg/github.svg")}.fork-corner.fc-tr.fc-theme-github+div{background-color:#181717}.fork-corner.fc-tl.fc-theme-github{text-decoration:none;width:50px;height:50px;background:url("https://raw.githubusercontent.com/WarenGonzaga/fork-corner/main/svg/github.svg")}.fork-corner.fc-tl.fc-theme-github+div{background-color:#181717}
4 changes: 2 additions & 2 deletions fork-corner.css
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ body {
text-decoration: none;
width: 50px;
height: 50px;
background: url("https://simpleicons.org/icons/github.svg"); }
background: url("https://raw.githubusercontent.com/WarenGonzaga/fork-corner/main/svg/github.svg"); }

.fork-corner.fc-tr.fc-theme-github + div {
background-color: #181717; }
Expand All @@ -74,7 +74,7 @@ body {
text-decoration: none;
width: 50px;
height: 50px;
background: url("https://simpleicons.org/icons/github.svg"); }
background: url("https://raw.githubusercontent.com/WarenGonzaga/fork-corner/main/svg/github.svg"); }

.fork-corner.fc-tl.fc-theme-github + div {
background-color: #181717; }
2 changes: 1 addition & 1 deletion fork-corner.min.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
*//*!
* Base Stylesheet | Fork Corner
* By Waren Gonzaga
*/body{overflow-x:hidden}#fork-corner{z-index:105;position:absolute}.fork-corner+div{position:absolute;width:200px;height:200px;z-index:100}.fork-corner.fc-tr{top:16.66667px;right:16.66667px}.fork-corner.fc-tr+div{top:-100px;right:-100px;transform:rotate(45deg)}.fork-corner.fc-tl{top:16.66667px;left:16.66667px}.fork-corner.fc-tl+div{top:-100px;left:-100px;transform:rotate(45deg)}.fork-corner.fc-tr.fc-theme-default+div{background-color:#242424}.fork-corner.fc-tl.fc-theme-default+div{background-color:#242424}.fork-corner.fc-tr.fc-theme-github{text-decoration:none;width:50px;height:50px;background:url("https://simpleicons.org/icons/github.svg")}.fork-corner.fc-tr.fc-theme-github+div{background-color:#181717}.fork-corner.fc-tl.fc-theme-github{text-decoration:none;width:50px;height:50px;background:url("https://simpleicons.org/icons/github.svg")}.fork-corner.fc-tl.fc-theme-github+div{background-color:#181717}
*/body{overflow-x:hidden}#fork-corner{z-index:105;position:absolute}.fork-corner+div{position:absolute;width:200px;height:200px;z-index:100}.fork-corner.fc-tr{top:16.66667px;right:16.66667px}.fork-corner.fc-tr+div{top:-100px;right:-100px;transform:rotate(45deg)}.fork-corner.fc-tl{top:16.66667px;left:16.66667px}.fork-corner.fc-tl+div{top:-100px;left:-100px;transform:rotate(45deg)}.fork-corner.fc-tr.fc-theme-default+div{background-color:#242424}.fork-corner.fc-tl.fc-theme-default+div{background-color:#242424}.fork-corner.fc-tr.fc-theme-github{text-decoration:none;width:50px;height:50px;background:url("https://raw.githubusercontent.com/WarenGonzaga/fork-corner/main/svg/github.svg")}.fork-corner.fc-tr.fc-theme-github+div{background-color:#181717}.fork-corner.fc-tl.fc-theme-github{text-decoration:none;width:50px;height:50px;background:url("https://raw.githubusercontent.com/WarenGonzaga/fork-corner/main/svg/github.svg")}.fork-corner.fc-tl.fc-theme-github+div{background-color:#181717}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fork-corner",
"version": "1.0.0-alpha.2",
"version": "1.0.0-alpha.3",
"description": "A modern and global open source fork corner label for your project's landing page.",
"main": "index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions source/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ body {
text-decoration: none;
width: $corner-size/4;
height: $corner-size/4;
background: url("https://simpleicons.org/icons/github.svg");
background: url("https://raw.githubusercontent.com/WarenGonzaga/fork-corner/main/svg/github.svg");
}
&.fc-theme-github + div {
background-color: $github-bg-color;
Expand All @@ -76,7 +76,7 @@ body {
text-decoration: none;
width: $corner-size/4;
height: $corner-size/4;
background: url("https://simpleicons.org/icons/github.svg");
background: url("https://raw.githubusercontent.com/WarenGonzaga/fork-corner/main/svg/github.svg");
}
&.fc-theme-github + div {
background-color: $github-bg-color;
Expand Down

0 comments on commit e1fc81c

Please sign in to comment.