style.css - cl-yag - Common Lisp Yet Another website Generator | |
git clone git://bitreich.org/cl-yag/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
LICENSE | |
--- | |
style.css (608B) | |
--- | |
1 /* =================================================================== */ | |
2 /* style.css for cl-yag */ | |
3 /* =================================================================== */ | |
4 @charset "utf-8"; | |
5 | |
6 | |
7 /* ~ PURE ~ */ | |
8 @import url("pure_r1.0.0/pure.css"); | |
9 | |
10 | |
11 /* ~ CLYM ~ */ | |
12 @import url("clym.css"); | |
13 | |
14 | |
15 /* ~ LAST ENTRY ~ */ | |
16 /* ~ use custom.css for overriding rules ~ */ | |
17 @import url("custom.css"); |