summaryrefslogtreecommitdiff
path: root/data/extensions/https-everywhere@eff.org/pages/onboarding/style.css
diff options
context:
space:
mode:
authorRuben Rodriguez <ruben@trisquel.info>2022-09-08 20:18:54 -0400
committerRuben Rodriguez <ruben@trisquel.info>2022-09-08 20:18:54 -0400
commit5da28b0f8771834ae208d61431d632875e9f8e7d (patch)
tree688ecaff26197bad8abde617b4947b11d617309e /data/extensions/https-everywhere@eff.org/pages/onboarding/style.css
parent4a87716686104266a9cccc2d83cc249e312f3673 (diff)
Updated extensions:
* Upgraded Privacy Redirect to 1.1.49 and configured to use the 10 most reliable invidious instances * Removed ViewTube * Added torproxy@icecat.gnu based on 'Proxy toggle' extension * Added jShelter 0.11.1 * Upgraded LibreJS to 7.21.0 * Upgraded HTTPS Everywhere to 2021.7.13 * Upgraded SubmitMe to 1.9
Diffstat (limited to 'data/extensions/https-everywhere@eff.org/pages/onboarding/style.css')
-rw-r--r--data/extensions/https-everywhere@eff.org/pages/onboarding/style.css42
1 files changed, 0 insertions, 42 deletions
diff --git a/data/extensions/https-everywhere@eff.org/pages/onboarding/style.css b/data/extensions/https-everywhere@eff.org/pages/onboarding/style.css
deleted file mode 100644
index b270b2e..0000000
--- a/data/extensions/https-everywhere@eff.org/pages/onboarding/style.css
+++ /dev/null
@@ -1,42 +0,0 @@
-:root {
- --https-blue: #0a84ff;
- --darker-blue: #0060df;
- --text-main: #000;
- --text-secondary: #464646;
- --light-grey: #ececec;
-}
-
-body {
- align-content: center;
- background-color: var(--light-grey);
- color: var(--text-main);
- display: flex;
- flex-direction: column;
- flex-wrap: wrap;
- font-family: 'Lucida Grande', 'Segoe UI', Tahoma, 'DejaVu Sans', Arial, sans-serif;
- justify-content: center;
-}
-
-img {
- width: 100%;
-}
-img.footer_img {
- width: 15%;
-}
-
-h1.description {
- text-align: center;
-}
-
-.updates_header {
- text-align: center;
-}
-.updates_details {
- margin: 18px;
- padding: 1%;
-}
-
-footer {
- margin: 18px 0;
- text-align: center;
-} \ No newline at end of file