commit 43a6e6ec6d14f146cbdc15f83d1455d0c20149e0 Author: Alexlegarnd Date: Wed Jan 4 19:10:24 2017 +0100 Source diff --git a/src/ent.css b/src/ent.css new file mode 100644 index 0000000..a2f8b1b --- /dev/null +++ b/src/ent.css @@ -0,0 +1,23 @@ +* { + background-color: #2b2b2b !important; + background: #2b2b2b !important; + color: white; + margin: #2b2b2b !important; + border: #2b2b2b !important; + text-shadow: 0 0 0 white !important; +} +a { + color: #f45f42 !important; + text-shadow: 0 0 0 white !important; +} +body{ + color: white !important; +} + +.block{ + border: #4f4f4f !important; +} +.breadcrumb { + background: #2b2b2b !important; + text-shadow: 0px 0px white !important; +} diff --git a/src/icon.png b/src/icon.png new file mode 100644 index 0000000..637d180 Binary files /dev/null and b/src/icon.png differ diff --git a/src/manifest.json b/src/manifest.json new file mode 100644 index 0000000..c6173e8 --- /dev/null +++ b/src/manifest.json @@ -0,0 +1,15 @@ +{ +"name" :"ENT IUT Amiens Dark Mode", +"version" :"1.0", +"manifest_version": 2, +"description" :"Bah il met l'ENT plus sombre connard", +"browser_action" : + { + "default_icon" : "icon.png" + }, + "content_scripts": [ { + "css": [ "ent.css" ], + "matches": [ "https://ent.iut-amiens.fr/*" ] + } ] +} +