/* Colors --------------------*/ $background-light: #eeeeee; $background-dark: #131515; $text-light: #0C231F; $text-dark: #B5E6DD; $border-dark: #00ddbf; $border-light: #005C4B; /* Stylesheet --------------------*/ html { background-color: $background-light; color: $text-light; font-family: sans-serif; font-size: 20px; } .details_ip { border: 1px solid $border-light; display: block; font-size: 1.5rem; margin: 0.5em; padding: 0.2em; text-align: center; } .details_description { display: block; font-size: 0.6em; font-family: monospace; } .details_data { display: block; }