From b4d6a5d3b4b83c7c3c7f835f775d3207a4b97067 Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Sun, 28 Mar 2021 14:04:20 -0400 Subject: Toggle option hotkey (#1571) * Set up toggleOption hotkey action settings * Update styles * Disable spell check and autocomplete * Add OptionToggleHotkeyHandler * Improve auto-close behaviour --- ext/css/material.css | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ext/css/material.css') diff --git a/ext/css/material.css b/ext/css/material.css index efa5a730..703f1268 100644 --- a/ext/css/material.css +++ b/ext/css/material.css @@ -177,6 +177,15 @@ } +/* Text styles */ +.light { + color: var(--text-color-light2); +} +.danger-text { + color: var(--danger-color); +} + + /* Icons */ .icon { --icon-image: none; -- cgit v1.2.3