app/assets/less/base/typography.less: adding text-{gitlab,github,google} classes.
This commit is contained in:
parent
d2ef7f2c52
commit
8b2bf80d32
1 changed files with 3 additions and 0 deletions
|
|
@ -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; }
|
||||
|
|
|
|||
Reference in a new issue