Skip to content
This repository was archived by the owner on Jun 17, 2026. It is now read-only.

Corporate Identity

rmx edited this page May 30, 2016 · 1 revision

We're not really a corporation, but still should have a CI of some sort. Like colors, fonts, styles we use etc.

Email

support@[domain]

Colors

basic blue: #0088CC / hsl(200, 100%, 40%)

CSS

body {
    font: 16px/1.4 myriad-pro, sans-serif;
    font-weight: 300;
    color: #333;
}

a {
    color: #08C;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

Clone this wiki locally