Skip to content

Commit

Permalink
Fixed Firefox color display
Browse files Browse the repository at this point in the history
  • Loading branch information
samueleishion committed Oct 21, 2014
1 parent 6235721 commit 50b8046
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _views/_stys/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ li.filter { list-style-type:none;
background-color:#fff;
border-radius:30px;
cursor:pointer;
text-align:middle;
text-align:center;
min-width:50px;
font-size:11pt;
text-align:center; }
Expand Down
2 changes: 1 addition & 1 deletion _views/_stys/home.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ content { display:block;
text-align:center; }

svg,rect { position:fixed; z-index:-1; }
rect { fill: url(#gradient); }
rect { fill: url(http://samuelacuna.com/#gradient); }
svg { border:0px;
width:100%;
height:100%;
Expand Down

0 comments on commit 50b8046

Please sign in to comment.