Skip to content

Commit

Permalink
final commit
Browse files Browse the repository at this point in the history
  • Loading branch information
pathakshashank17 committed Aug 2, 2020
1 parent 2aadeeb commit 4c94bd2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Bordify",
"description": "Add borders to all elements to help in pixel precise alignments and layouts",
"description": "Add borders & background to all elements to help in pixel precise alignments and layouts",
"manifest_version": 2,
"version": "0.1.0",
"permissions": [
Expand Down
5 changes: 3 additions & 2 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ thead,
tbody,
tfoot,
footer {
background-color: rgba(255, 255, 108, 0.217) !important;
background-color: rgba(255, 255, 108, 0.041) !important;
}

div:hover,
Expand Down Expand Up @@ -67,5 +67,6 @@ thead:hover,
tbody:hover,
tfoot:hover,
footer:hover {
border: 2px solid red !important;
border: 1px solid rgb(191, 0, 0) !important;
background-color: rgba(255, 255, 255, 0) !important;
}

0 comments on commit 4c94bd2

Please sign in to comment.