mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-01-06 09:29:35 +00:00
19 lines
452 B
CSS
19 lines
452 B
CSS
:root {
|
|
--form_border: #bfbfbf;
|
|
--form_border_radius: 2px;
|
|
--form_text: #363b40;
|
|
--form_text_disabled: #bebebe;
|
|
--form_background: white;
|
|
--form_background_disabled: #f5f5f5;
|
|
|
|
--color_about_background: #f5f5f5;
|
|
--color_about_item: #ffffff;
|
|
--color_about_item_border: #d7d9db;
|
|
|
|
--color_background_highlight: #febc2b;
|
|
--color_background_highlight_overlay: rgba(171, 171, 171, 0.5);
|
|
--color_text_highlight: #000;
|
|
|
|
--margin_snormal: 0.64mm;
|
|
}
|