Added CSS styles for tags, color scheme for code highlighting, social links and icons, and improvements in the archive page.
6 lines
216 B
Plaintext
6 lines
216 B
Plaintext
// Color Variables
|
|
|
|
@black: #000;
|
|
@white: #fff;
|
|
@color: #556270; // The color of the header.
|
|
@link: #1d73bb; // The color of links, blockquote line and bullets. If you modify this color, edit static/images/bullet.png |