mirror of
https://github.com/almet/notmyidea.git
synced 2025-04-28 19:42:37 +02:00
add colors for categories
This commit is contained in:
parent
6fc6d943e7
commit
0062e2ad50
1 changed files with 7 additions and 0 deletions
7
theme/static/css/categories.css
Normal file
7
theme/static/css/categories.css
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
.hentry{ border-left: 10px solid; }
|
||||||
|
|
||||||
|
.content{ border-color: rgba(0, 0, 0, .2); }
|
||||||
|
.dev{ border-color: rgba(150, 200, 150, .2); }
|
||||||
|
.python{ border-color: rgba(0, 200, 0, .2); }
|
||||||
|
.asso{ border-color: rgba(200, 0, 0, .2); }
|
||||||
|
.thoughts{ border-color: rgba(100, 0, 100, .2); }
|
Loading…
Reference in a new issue