user-options.less 265 B

12345678910111213141516
  1. //
  2. // User Options Flavor
  3. // --------------------------------------------------
  4. .page-options .message-line {
  5. color: @gray-light;
  6. a, a:link, a:visited {
  7. color: @gray-light;
  8. }
  9. a:hover, a:focus, a:focus:active, a:active {
  10. color: @text-color;
  11. }
  12. }