Kos-M / GogsThemes

An attempt to give some colors to amazing Gogs platform ..
MIT License
84 stars 8 forks source link

Profile "Full Name" Color Change #10

Open dawescc opened 1 year ago

dawescc commented 1 year ago

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 commented 1 year ago

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.