diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2017-09-19 22:44:42 +0900 |
---|---|---|
committer | Shin'ya Ueoka <ueokande@i-beam.org> | 2017-09-19 22:44:42 +0900 |
commit | c5aaaa948f434a10a68b18b2be75c2283674c93b (patch) | |
tree | a2ab88d8d7792b595a5c3541e5122980e86390c4 /src/content/hint.css | |
parent | 2c079b0e011e343f120ae502a37aebdc4f80b534 (diff) | |
parent | 7c943eb675eba4790b33378f0e5ec1ffcff623c4 (diff) |
Merge branch 'improve-follow'
Diffstat (limited to 'src/content/hint.css')
-rw-r--r-- | src/content/hint.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/content/hint.css b/src/content/hint.css index a0f1233..119dd21 100644 --- a/src/content/hint.css +++ b/src/content/hint.css @@ -4,4 +4,7 @@ font-weight: bold; position: absolute; text-transform: uppercase; + z-index: 100000; + font-size: 12px; + color: black; } |