Style fix

This commit is contained in:
Florian Mounier
2014-02-14 10:41:56 +01:00
parent 61b2dce274
commit 2d03625763
2 changed files with 6 additions and 5058 deletions

View File

@@ -42,7 +42,7 @@ html, body
#wrapper #wrapper
height: 100% height: 100%
background-color: black background-color: $bg
overflow: hidden overflow: hidden
white-space: nowrap white-space: nowrap
@@ -51,13 +51,13 @@ html, body
background-color: $bg background-color: $bg
color: $fg color: $fg
text-shadow: 0 0 $shadow rgba($fg, $shadow-alpha) text-shadow: 0 0 $shadow rgba($fg, $shadow-alpha)
transition: 200ms +transition(200ms)
&.bell &.bell
-webkit-filter: blur(2px) +filter(blur(2px))
&.skip &.skip
-webkit-filter: sepia(1) +filter(sepia(1))
.line .line
overflow: visible overflow: visible
@@ -67,7 +67,7 @@ html, body
.focus .cursor .focus .cursor
transition: 300ms +transition(300ms)
::selection ::selection
background-color: black background-color: black

File diff suppressed because one or more lines are too long