Skip to content

Instantly share code, notes, and snippets.

@goldensunliu
Last active January 22, 2018 17:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save goldensunliu/b6b2ff0b0ea72b4bc85d2c30fa84c16c to your computer and use it in GitHub Desktop.
Save goldensunliu/b6b2ff0b0ea72b4bc85d2c30fa84c16c to your computer and use it in GitHub Desktop.
@h1-size: 36px;
@h2-size: 24px;
@h3-size: 18px;
@grey: #212121;
@lightgrey: #616161;
.h1 {
color: @grey;
font-size: @h1-size;
}
.h2 {
color: @grey;
font-size: @h2-size;
}
.h3 {
color: @lightgrey;
font-size: @h3-size;
}
.copy {
color: @grey;
font-size: @h3-size * 0.5;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment