Archived
1
0
Fork 0

app/assets/less/base/typography.less: adding text-{gitlab,github,google} classes.

This commit is contained in:
Henrik Hautakoski 2018-06-18 22:30:17 +02:00
parent d2ef7f2c52
commit 8b2bf80d32

View file

@ -8,3 +8,6 @@
border-bottom: 2px solid @border-color;
}
.text-github { color: @github-color; }
.text-gitlab { color: @gitlab-color; }
.text-google { color: @google-color; }