Skip to content

Commit

Permalink
Accessibility fixes
Browse files Browse the repository at this point in the history
bump version to 1.0.1
  • Loading branch information
Burtchen committed May 29, 2017
1 parent 1f6877d commit 3e629c2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion css/stylesheet.css
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ input {
}

.closest-color-footer {
color: #555555;
color: #999999;
height: 40px;
width: 100%;
position: absolute;
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<title>Closest Color</title>
<link href='https://fonts.googleapis.com/css?family=Roboto:400,700,100' rel='stylesheet' type='text/css'>
Expand Down Expand Up @@ -31,7 +31,7 @@
<meta property="og:title" content="ClosestColor" />
<meta property="og:description" content="Analyze your existing color palettes. Find the closest match instead of adding yet another color to your CSS." />
<meta property="og:image" content="http://www.closestcolor.com/assets/icons/favicon-196x196.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=5.0">
<meta charset="utf-8">
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "closestcolor",
"version": "1.0.0",
"version": "1.0.1",
"repository": {
"type": "git",
"url": "https://github.com/Burtchen/closestcolor.git"
Expand Down

0 comments on commit 3e629c2

Please sign in to comment.