Skip to content

Commit

Permalink
Merge pull request #33 from dabapps/the-forgotten-overrides
Browse files Browse the repository at this point in the history
The Forgotten Overrides
  • Loading branch information
JakeSidSmith authored May 18, 2017
2 parents 70a9e94 + 62a52e9 commit 6dc9269
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "roe",
"version": "0.1.3",
"version": "0.1.4",
"description": "A Collection of React Components for Project Development",
"main": "dist/js/index.js",
"types": "dist/js/index.d.ts",
Expand Down
5 changes: 5 additions & 0 deletions src/less/overrides.less
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ h6 {

a {
color: @primary;
cursor: pointer;
}

img {
border: @border-none;
}

h1 {
Expand Down

0 comments on commit 6dc9269

Please sign in to comment.