ShadowFox/userContent-files/webextension-tweaks/neat_url.css

35 lines
740 B
CSS
Raw Normal View History

2018-02-17 21:44:02 +00:00
/*! Alters the webextension Neat URL
IMPORTANT: change the Internal UUID */
2018-02-24 00:51:44 +00:00
@-moz-document url-prefix("moz-extension://2b51bd1f-a120-ea4b-9c78-2b21416143d8_UUID/") {
2018-02-17 21:44:02 +00:00
label,
h2,
body {
2018-02-24 01:14:53 +00:00
color: var(--tone-4) !important;
2018-02-17 21:44:02 +00:00
}
textarea,
input {
-moz-appearance: none !important;
2018-02-24 01:14:53 +00:00
background: var(--tone-6) !important;
color: var(--tone-4) !important;
border: 1px solid var(--tone-5) !important;
2018-02-17 21:44:02 +00:00
padding: 5px 5px 5px 5px !important;
}
a:link {
2018-02-24 01:14:53 +00:00
color: var(--accent-1) !important;
2018-02-17 21:44:02 +00:00
}
button {
2018-02-24 01:14:53 +00:00
background-color: var(--tone-8) !important;
color: var(--tone-4) !important;
border-color: var(--tone-5) !important;
2018-02-17 21:44:02 +00:00
}
button:hover {
2018-02-24 01:14:53 +00:00
background-color: var(--tone-7) !important;
2018-02-17 21:44:02 +00:00
}
}