summaryrefslogtreecommitdiff
path: root/style.scss
diff options
context:
space:
mode:
Diffstat (limited to 'style.scss')
-rw-r--r--style.scss18
1 files changed, 18 insertions, 0 deletions
diff --git a/style.scss b/style.scss
index db3ff5f..4cec398 100644
--- a/style.scss
+++ b/style.scss
@@ -14,10 +14,20 @@ body {
header {
margin-bottom: 30px;
+ h1 {
+ font-size: 1.7em;
+ margin-left: 40px;
+ small {
+ text-transform: uppercase;
+ color: #bbb;
+ display: block;
+ }
+ }
}
div.ip-address {
text-align: center;
+ font-family: $monospace;
div {
margin-top: 65px;
}
@@ -70,6 +80,14 @@ body {
}
}
}
+ div.details {
+ span.label {
+ font-family: $lucida-grande;
+ }
+ span.count {
+ margin-left: 2em;
+ }
+ }
}
footer {