diff options
Diffstat (limited to 'styles/_window.scss')
-rw-r--r-- | styles/_window.scss | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/styles/_window.scss b/styles/_window.scss index 4f4a6a5..81fb055 100644 --- a/styles/_window.scss +++ b/styles/_window.scss @@ -62,13 +62,15 @@ z-index: 1; & > span { - margin-left: .25em; - padding: .25em; - transition: .3s background; + padding: .5em; + transition: .3s background, .3s color; border-radius: .5em; + color: #666; + font-size: 0.8em; &:hover { background-color: rgba(0,0,0,.1); + color: #222; } } } |