aboutsummaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
Diffstat (limited to 'scss')
-rw-r--r--scss/main.scss9
1 files changed, 7 insertions, 2 deletions
diff --git a/scss/main.scss b/scss/main.scss
index 033315f..7028622 100644
--- a/scss/main.scss
+++ b/scss/main.scss
@@ -34,9 +34,10 @@ body {
.input, .button{
border-radius: 0;
}
-
-.file-row {
+.wide-column {
width: 100%;
+}
+.is-mono {
font-family: monospace;
}
@@ -45,6 +46,10 @@ nav {
margin: auto;
}
+a.is-danger {
+ color: $danger
+}
+
.container {
margin-top: 15px;