diff --git a/src/styles/components/page.less b/src/styles/components/page.less index 5d44e7fb..5d7118c3 100644 --- a/src/styles/components/page.less +++ b/src/styles/components/page.less @@ -84,7 +84,9 @@ // color: #ccc; // text-align: center; //} - + i{ + color: #ccc; + } i:first-child{ display: none; } @@ -95,6 +97,7 @@ //} i:first-child{ display: inline; + color: @primary-color; } i:last-child{ display: none;