forked from naeramarth7/clean-greader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
clean-greader.css
31 lines (28 loc) · 853 Bytes
/
clean-greader.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
/**
* File: clean-greader.css
**********************************
*
* Description: tiny tiny rss theme based on the latest Google Reader and inspired by other Google Services
*
* Author: Sven Flickinger (naeramarth7)
* File Created: 2013-06-14
**/
/**
* color codes
*************
* color code example
***********************************
* white #fff card backgrounds
* medium gray #d8d8d8 read article header
* medium gray #e5e5e5 main background
* medium gray #eee navigation mouse over
* dark gray #737373 selection text
* red #dd4b39 selected tree
* dark gray text #333333 tree text
**/
/**
* imports
**/
/*@import "default.css";*/
@import "clean-greader/css/normalize.css";
@import "clean-greader/css/main.css";