Brand colors in docs

This commit is contained in:
Samuel Štancl 2020-04-23 04:30:29 +02:00
parent aed2aac50a
commit 0bd44a3b9a
10 changed files with 64 additions and 14 deletions

View file

@ -5,10 +5,10 @@ body {
a {
@apply .font-semibold;
@apply .no-underline;
@apply .text-blue-dark;
@apply .text-indigo-700;
&:hover {
@apply .text-blue-darker;
@apply .text-indigo-500;
}
}