diff --git a/qutebrowser/browser/hints.py b/qutebrowser/browser/hints.py index 8cc4d7e15..ee9129622 100644 --- a/qutebrowser/browser/hints.py +++ b/qutebrowser/browser/hints.py @@ -28,6 +28,7 @@ class HintManager: Class attributes: SELECTORS: CSS selectors for the different highlighting modes. + HINT_CSS: The CSS template to use for hints. Attributes: _frame: The QWebFrame to use.