56 lines
523 B
CSS
56 lines
523 B
CSS
* {
|
|
font-size: 16;
|
|
}
|
|
|
|
lynch {
|
|
background: #647b91;
|
|
}
|
|
|
|
bluebayoux {
|
|
background: #516475;
|
|
}
|
|
|
|
linkwater {
|
|
background: #dfebf5;
|
|
color: #3b434a;
|
|
}
|
|
|
|
light-text {
|
|
color: #dfebf5;
|
|
}
|
|
|
|
goldendream {
|
|
background: #efd035;
|
|
color: #3b434a;
|
|
}
|
|
|
|
lightgrey {
|
|
#f0f0f0;
|
|
}
|
|
|
|
darkgrey {
|
|
#879488;
|
|
}
|
|
|
|
grey {
|
|
#b6c3b7;
|
|
}
|
|
|
|
Indigo-bases {
|
|
#5c6bc0;
|
|
}
|
|
|
|
hiedemann-blue {
|
|
#a5b3bf;
|
|
}
|
|
|
|
hiedemann-red {
|
|
color: #5b0f22;
|
|
}
|
|
|
|
hiedemann {
|
|
background: #5b0f22;
|
|
color: #879488;
|
|
//color: #3b434a;
|
|
}
|