diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2017-09-19 22:23:15 +0900 |
---|---|---|
committer | Shin'ya Ueoka <ueokande@i-beam.org> | 2017-09-19 22:23:15 +0900 |
commit | a88890809cc6c2b8a6a4cff8a460b1d56f1b771e (patch) | |
tree | 9e015f498c4e851ac638d0584e4e033e59290b24 | |
parent | 2286448b6839251aa490c226cb2384a14b937662 (diff) |
fix hint style
-rw-r--r-- | src/content/hint.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/content/hint.css b/src/content/hint.css index e68dfee..119dd21 100644 --- a/src/content/hint.css +++ b/src/content/hint.css @@ -5,4 +5,6 @@ position: absolute; text-transform: uppercase; z-index: 100000; + font-size: 12px; + color: black; } |