aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/index.scss
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/index.scss')
-rw-r--r--frontend/src/index.scss10
1 files changed, 5 insertions, 5 deletions
diff --git a/frontend/src/index.scss b/frontend/src/index.scss
index c93d4b4..7db5cc5 100644
--- a/frontend/src/index.scss
+++ b/frontend/src/index.scss
@@ -4,7 +4,6 @@
@import 'colors.scss';
-
body {
margin: 0;
font-family: 'Fira Code', monospace;
@@ -12,7 +11,6 @@ body {
-moz-osx-font-smoothing: grayscale;
background-color: $color-primary-2;
color: $color-primary-4;
-
height: 100%;
max-height: 100%;
}
@@ -77,7 +75,8 @@ pre {
background-color: $color-green;
border-bottom: 5px solid $color-green-dark;
- &:hover, &:active {
+ &:hover,
+ &:active {
color: $color-green-light;
background-color: $color-green-dark;
}
@@ -133,7 +132,8 @@ textarea.form-control {
resize: none;
}
-input.form-control, textarea.form-control {
+input.form-control,
+textarea.form-control {
background-color: $color-primary-2;
border: none;
color: $color-primary-4;
@@ -164,4 +164,4 @@ input.form-control, textarea.form-control {
.text-muted {
color: $color-primary-4 !important;
-} \ No newline at end of file
+}