From 26721219802be2ae9655943e610554a1b47eafbd Mon Sep 17 00:00:00 2001 From: piotrruss Date: Sat, 14 Aug 2021 19:13:46 +0200 Subject: copy to clipboard, icons, notes key --- styles/_window.scss | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'styles/_window.scss') 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; } } } -- cgit v1.2.3