0
Welcome Guest! Login
0 items Join Now

SOLVED change css style

  • SOLVED change css style

    Posted 8 years 3 months ago
  • Re: SOLVED change css style

    Posted 8 years 3 months ago
    • I found the solution:

      /templates/g5_hydrogen/scss/hydrogen/_tables.scss

      change from

      td {
      padding: 0.5rem;
      border: 1px solid lighten($base-border-color,5%);
      }

      to

      td {
      padding: 0.5rem;
      border: 0px solid lighten($base-border-color,5%);
      }

Time to create page: 0.031 seconds