mirror of
https://github.com/paradoxxxzero/butterfly.git
synced 2026-05-26 07:08:08 +00:00
Style fix
This commit is contained in:
@@ -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
Reference in New Issue
Block a user