1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-03 09:39:38 +02:00

Adjust color of cloud storage widget for datk theme

Related feedback:
- https://github.com/uBlockOrigin/uBlock-issues/issues/1867
This commit is contained in:
Raymond Hill 2021-12-10 07:52:52 -05:00
parent 1490fd606b
commit 6ebebbe23c
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -323,6 +323,10 @@
--bg-popup-cell-label-mixed: hsla(45, 100%, 38%, 1);
--popup-icon-x-ink: #e22850;
/* cloud widget */
--cloud-widget-surface: var(--dark-gray-80);
/* Need to set colors in forms.css for moz-field stuffz
-moz-FieldText: #888888 !important; change from these names to either HEX value or variables. default-ink
-moz-Field: #15141a !important; var would be var(--dark-gray-90) hex value might be easiest though.