-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement new CSS styles #88
Comments
Keeping this on the backlog as we break out more specific CSS tickets. |
CSS refactoring to do's:
|
Agree with this proposal! Let's use the dashed underline for all hover effects on all links.
I also agree that outline opacity seems like the best approach. The dashed outline feels a little strange/jarring. |
@segacy1 The red link uses this code: |
Another question on text links: Are all text links bolded (font-weight 700) by default? Which ones are bold, and which ones are not? |
Need regular link and hover link styles for links on:
|
@machikoyasuda let’s set the default of all links to be:
On hover:
Exceptions Footer links: I realize we don't have a hover state on mobimart's footer either! Like the top nav, let's remove the underline and make the hover state color gray-2 Press Release links look good and the links of Press and Resources should be underlined—I’ll update in Figma! Also, for the pills, let's make the outline 70% opacity on hover. |
The new designs in Figma show that we'll need to update our CSS. Design has worked on making styles across Cal-ITP websites more consistent, so we have changes to fonts, font-sizes, colors, and spacing.
This ticket does not involve re-ordering or removing any content. It is solely focused on the styles, so you'll need to do a bit of mapping between the old and new designs.
Also note this ticket does not include the navbar or footer -- those are to be done in #93.
The text was updated successfully, but these errors were encountered: