aboutsummaryrefslogtreecommitdiff
path: root/src/content/hint.css
diff options
context:
space:
mode:
authorShin'ya Ueoka <ueokande@i-beam.org>2017-08-22 22:00:42 +0900
committerShin'ya Ueoka <ueokande@i-beam.org>2017-08-22 22:00:42 +0900
commitab5fd9a336166cab75ff00e65afb4be991ff0765 (patch)
treef2e933c927baf64cc393ea1a83ed57cc1fcc9bb2 /src/content/hint.css
parent13fb726332e9638cb3fafc477cf9fe641cb906ce (diff)
parentdcebe336281d068649927a8bb8d3c0403807ef01 (diff)
Merge branch 'follow-hints'
Diffstat (limited to 'src/content/hint.css')
-rw-r--r--src/content/hint.css7
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;
+}