1
0
Fork 0
mirror of https://github.com/Oreolek/oreolek.ru.git synced 2024-05-16 07:58:23 +03:00

disabled links color

This commit is contained in:
Alexander Yakovlev 2015-09-20 09:29:37 +07:00
parent f71b1ffbf3
commit 1726f717b4

View file

@ -44,6 +44,10 @@ blockquote {
border-left: 1px dashed @gray;
}
a.disabled {
color: lighten(@color-link-text, 30%);
}
@body-bg: @color-bg;
@text-color: @color-text;
@brand-primary: @color-link-text;