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

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

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

// Sizes
@mainWidth: 900px;