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/_reset.scss | 8 ++++---- styles/_window.scss | 8 +++++--- 2 files changed, 9 insertions(+), 7 deletions(-) (limited to 'styles') diff --git a/styles/_reset.scss b/styles/_reset.scss index a5f98fb..c979f31 100755 --- a/styles/_reset.scss +++ b/styles/_reset.scss @@ -21,10 +21,10 @@ time, mark, audio, video { font-size: 100%; font: inherit; vertical-align: baseline; - moz-user-select: none; - webkit-user-select: none; - ms-user-select: none; - user-select: none; + // moz-user-select: none; + // webkit-user-select: none; + // ms-user-select: none; + // user-select: none; } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 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