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