Files
DiceCloud/rpg-docs/client/views/GeneralCSS/typography.css
2017-01-17 15:01:11 +02:00

42 lines
813 B
CSS

.white-text .paper-font-display2{
color: rgba(255,255,255,0.54);
}
.white-text .paper-font-display1, .white-text.paper-font-display1{
color: rgba(255,255,255,0.54);
}
.white-text h1, .white-text .paper-font-headline, .white-text.paper-font-headline{
color: rgba(255,255,255,0.87);
}
.white-text h2, .white-text .paper-font-title, .white-text.paper-font-title{
color: rgba(255,255,255,0.87);
}
.white-text h3, .white-text .paper-font-subhead{
color: rgba(255,255,255,0.87);
}
.white-text .paper-font-body2{
color: rgba(255,255,255,0.87);
}
.white-text p, .white-text .paper-font-body1{
color: rgba(255,255,255,0.87);
}
.white-text .paper-font-caption{
color: rgba(255,255,255,0.54);
}
.black54 {
color: #444;
color: rgba(0,0,0,0.54);
}
.white54 {
color: #eee;
color: rgba(255,255,255,0.54);
}