Sha256: 97203818eb9acfcf195c6e9de9ae177137d6b5f586ae77b6bbe8abebe00f5c99

Contents?: true

Size: 605 Bytes

Versions: 3

Compression:

Stored size: 605 Bytes

Contents

@tailwind base;
@tailwind components;
@tailwind utilities;

@layer base {
  /* Not sure base is correct here */
  body > nav li {
    cursor: default;
  }

  body > nav a,
  body > nav a:hover,
  body > nav a:active,
  body > nav a:visited
  {
    color: theme('colors.slate.900');
    cursor:  default;
    text-decoration: none;
    transition: background-color 80ms linear;
    font-weight: normal;
    font-size: unset;
    line-height:inherit;
  }

  body > nav a:hover {
    background-color: theme('colors.sky.50');
  }

  body > nav a:active {
    background-color: theme('colors.sky.200');
  }
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
scrapbook-0.2.2 app/assets/stylesheets/scrapbook/application.tailwind.css
scrapbook-0.2.1 app/assets/stylesheets/scrapbook/application.tailwind.css
scrapbook-0.2.0 app/assets/stylesheets/scrapbook/application.tailwind.css