summaryrefslogtreecommitdiff
path: root/css/variables.less
blob: 88347cf38c73b4f7d730211fa482a8d4aa07b7ea (plain)
1
2
3
4
5
6
7
8
9
10
11
// Main site colors
@bodyBackgroundColor: #fefefe;
@bodyTextColor: #454545;

// Link Colors
@linkColor: #07a;
@linkVisitedInvertedColor: #ac5a82;

// Special blocks
@blockBackgroundColor: #f6f6f6;
@blockBorderColor: #d7d7d7;