Commit e2f7ea1e authored by Rene Saarsoo's avatar Rene Saarsoo
Browse files

Move text base color style to .x-panel-body.

This way the color of individual p can be more easily overridden.
parent 8de60b83
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -67,10 +67,10 @@
  // Style only the body area, or the toolbar will get styled too
  .x-panel-body {
    min-height: 100px;
    color: $docs-text-color;
    .clr {
      clear: both; }
    p, ul, ol {
      color: $docs-text-color;
      max-width: 900px; }
    p {
      padding: 0;