mirror of
https://github.com/paradoxxxzero/butterfly.git
synced 2026-05-30 17:09:39 +00:00
29 lines
520 B
CSS
29 lines
520 B
CSS
/* line 4, ../sass/main.sass */
|
|
html, body {
|
|
height: 100%;
|
|
}
|
|
|
|
/* line 7, ../sass/main.sass */
|
|
body {
|
|
background-color: #222222;
|
|
}
|
|
/* line 10, ../sass/main.sass */
|
|
body main {
|
|
display: flex;
|
|
height: 100%;
|
|
flex-direction: column;
|
|
}
|
|
/* line 15, ../sass/main.sass */
|
|
body main .terminal {
|
|
/* margin: .5em */
|
|
flex: 1;
|
|
font-family: "Droid Sans Mono", monospace;
|
|
outline: none;
|
|
color: #cccccc;
|
|
}
|
|
/* line 22, ../sass/main.sass */
|
|
body main .terminal-cursor {
|
|
color: #222222;
|
|
background-color: #cccccc;
|
|
}
|