aboutsummaryrefslogtreecommitdiffstats
path: root/styles
diff options
context:
space:
mode:
Diffstat (limited to 'styles')
-rwxr-xr-xstyles/_reset.scss8
-rw-r--r--styles/_window.scss8
2 files changed, 9 insertions, 7 deletions
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;
}
}
}