GogsThemes icon indicating copy to clipboard operation
GogsThemes copied to clipboard

Profile "Full Name" Color Change

Open dawescc opened this issue 2 years ago • 1 comments

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;
  }

dawescc avatar Jan 22 '23 04:01 dawescc

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.

Kos-M avatar Jan 23 '23 12:01 Kos-M