diff options
Diffstat (limited to 'style.css')
| -rw-r--r-- | style.css | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -35,3 +35,15 @@ body { opacity: .65; font-size: smaller; } + +.highlight { + background-color: yellow; +} + +#shared-notice { + display: none; +} + +#share-notice { + cursor: pointer; +} |
