9 lines
98 B
CSS
9 lines
98 B
CSS
/**
|
|
* @file
|
|
* Visual styles for nodes.
|
|
*/
|
|
|
|
.node--unpublished {
|
|
background-color: #fff4f4;
|
|
}
|