aboutsummaryrefslogtreecommitdiff
path: root/src/content/components/common/hint.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/content/components/common/hint.css')
-rw-r--r--src/content/components/common/hint.css10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/content/components/common/hint.css b/src/content/components/common/hint.css
deleted file mode 100644
index 1f2ab20..0000000
--- a/src/content/components/common/hint.css
+++ /dev/null
@@ -1,10 +0,0 @@
-.vimvixen-hint {
- background-color: yellow;
- border: 1px solid gold;
- font-weight: bold;
- position: absolute;
- text-transform: uppercase;
- z-index: 2147483647;
- font-size: 12px;
- color: black;
-}