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