Skip to content
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

Profile "Full Name" Color Change #10

Open
dawescc opened this issue Jan 22, 2023 · 1 comment
Open

Profile "Full Name" Color Change #10

dawescc opened this issue Jan 22, 2023 · 1 comment
Labels
good first issue Good for newcomers

Comments

@dawescc
Copy link

dawescc commented Jan 22, 2023

Issue

Profile "full name" and misc. profile text is still black after using custom.css

Resolution

Add the following at some point

  .user.profile .ui.card .extra.content ul li:not(:last-child) {
	color: silver !important;
  }

  .ui.card > .content > .header, .ui.cards > .card > .content > .header {
	color: silver !important;
  }

@Kos-M
Copy link
Owner

Kos-M commented Jan 23, 2023

Hi @dawesry , thanks for bring this up.
Ill mark it as a good first issue , edit should happen on scss version , then compile to css to reflect changes , ideally pull request should includes screenshot of current visual change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants