Compile CSS using webpack GitOrigin-RevId: 489834038667dde572ea5d9b4b9392b362259a09
14 lines
152 B
Plaintext
14 lines
152 B
Plaintext
|
|
.plans {
|
|
blockquote {
|
|
footer{
|
|
/* accessibility fix */
|
|
color: @ol-blue-gray-3;
|
|
}
|
|
}
|
|
.plans-header{
|
|
h1, h2 {
|
|
color: @gray-dark;
|
|
}
|
|
}
|
|
} |