Sha256: b569d56753068c7a462f6ce7165eee7ba5598b5386327996f174efc5b8b9f11b

Contents?: true

Size: 1018 Bytes

Versions: 7

Compression:

Stored size: 1018 Bytes

Contents

@value lightContentSurfaceColor: var(--theme-light-content-surface-color, #fff);
@value darkContentSurfaceColor: var(--theme-dark-content-surface-color, #101010);

@value lightContentTextColor: var(--theme-light-content-text-color, #fff);
@value darkContentTextColor: var(--theme-dark-content-text-color, #222);

@value lightContentLinkColor: var(--theme-light-content-link-color, var(--theme-content-link-color, currentColor));
@value darkContentLinkColor: var(--theme-dark-content-link-color, var(--theme-content-link-color, currentColor));

@value contentLinkColor: var(--content-link-color);
@value contentTextColor: var(--content-text-color);

/* see src/frontend/global.module.css */

.contentColorScope {
  --theme-light-content-surface-color: var(--root-light-content-surface-color);
  --theme-dark-content-surface-color: var(--root-dark-content-surface-color);
  --theme-light-content-text-color: var(--root-light-content-text-color);
  --theme-dark-content-text-color: var(--root-dark-content-text-color);
}

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
pageflow-17.0.4 entry_types/scrolled/package/values/colors.module.css
pageflow-17.0.3 entry_types/scrolled/package/values/colors.module.css
pageflow-17.0.2 entry_types/scrolled/package/values/colors.module.css
pageflow-17.0.1 entry_types/scrolled/package/values/colors.module.css
pageflow-17.0.0 entry_types/scrolled/package/values/colors.module.css
pageflow-16.2.0 entry_types/scrolled/package/values/colors.module.css
pageflow-16.1.0 entry_types/scrolled/package/values/colors.module.css