diff --git a/manifest.json b/manifest.json index fad7236..6f58d0c 100644 --- a/manifest.json +++ b/manifest.json @@ -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": [ diff --git a/styles.css b/styles.css index f32950e..875487f 100644 --- a/styles.css +++ b/styles.css @@ -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, @@ -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; } \ No newline at end of file