Skip to content

feat/tup-633: Migrate lightgallery to core-cms#737

Merged
wesleyboar merged 1 commit intomainfrom
tup-633-migrate-lightgallery
Nov 6, 2023
Merged

feat/tup-633: Migrate lightgallery to core-cms#737
wesleyboar merged 1 commit intomainfrom
tup-633-migrate-lightgallery

Conversation

@R-Tomas-Gonzalez
Copy link
Copy Markdown
Contributor

@R-Tomas-Gonzalez R-Tomas-Gonzalez commented Oct 24, 2023

Overview

Migrated lightgallery to core-cms.

Related

Changes

Spoke with H. P. and TACC is moving away from purple to blue.

Current site has:

CSS: color: var(--global-color-link-on-dark--normal) !important;

Var: --global-color-link-on-dark--normal: var(global-color-accent--light);

Color: --global-color-accent--light: #a387ed;

Should be:

CSS: color: var(--global-color-link-on-dark--normal) !important;

Var: --global-color-link-on-dark--normal: var(global-color-accent--light);

Color: --global-color-accent--light: #86aeff;

Testing

  • Check CSS is coming from Core-CMS
  • Check color is no longer #a387ed, but is #86aeff

UI

Before After
Screenshot 2023-10-24 at 12 00 12 PM Screenshot 2023-10-24 at 11 55 06 AM

@R-Tomas-Gonzalez R-Tomas-Gonzalez added feature A new feature or replacement of present feature migrate css to core Migration of CSS to Core-CMS or Core-Styles labels Oct 24, 2023
@wesleyboar wesleyboar merged commit 71ac263 into main Nov 6, 2023
@wesleyboar wesleyboar deleted the tup-633-migrate-lightgallery branch November 6, 2023 16:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feature A new feature or replacement of present feature migrate css to core Migration of CSS to Core-CMS or Core-Styles

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants