15 lines
361 B
CSS
15 lines
361 B
CSS
|
/*
|
||
|
Yolanda default stylesheet colors (using tango color palette)
|
||
|
(c) 2007-2008 Nils Dagsson Moskopp
|
||
|
|
||
|
This file is licensed under the WTF Public License
|
||
|
(License terms: Do what the fuck you want.)
|
||
|
|
||
|
Purpose of this file is to import color, decoration and structure stylesheets.
|
||
|
*/
|
||
|
|
||
|
@import "reset.css";
|
||
|
@import "colors/tango.css";
|
||
|
@import "structure/fake6.css";
|
||
|
|