Sha256: 614d036c6ec9bac5a06de140f535665af5ac673cdec825e9762b90e2f6b3018e

Contents?: true

Size: 738 Bytes

Versions: 6

Compression:

Stored size: 738 Bytes

Contents

$post-nav-item-color: #000; // Black color for post-nav-item
$post-title-color: #666; // Dark gray color for post-title

.post-navigation {
  .post-nav-item {
    color: $post-nav-item-color;
    font-weight: bold;

    .post-title {
      color: $post-title-color;
      // Add any additional styles for the title here
    }
  }

  .post-nav-prev {
    color: $dark-text-link-blue;
    font-family: Arial !important;
    opacity: 0.9;
    text-align: left;

    &:hover {
      color: $grey-blue;
    }
  }

  .post-nav-next {
    color: $dark-text-link-blue;
    font-family: Arial !important;
    opacity: 0.9;
    text-align: right;

    .post-title {
      text-align: right;
    }

    &:hover {
      color: $grey-blue;
    }
  }
}

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
jscom_ice-0.0.7 _sass/component/_post-navigation.scss
jscom_ice-0.0.6 _sass/component/_post-navigation.scss
jscom_ice-0.0.5 _sass/component/_post-navigation.scss
jscom_ice-0.0.4 _sass/component/_post-navigation.scss
jscom_ice-0.0.3 _sass/component/_post-navigation.scss
jscom_ice-0.0.2 _sass/component/_post-navigation.scss