You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
silverwind aed1622766
Simplify text color selectors and tweak arc-green colors (#21784)
Move the text color rules out of the unneeded `.ui` block, add missing
colors, tweak colors on arc-green to be more readable (red was
particulary bad to read).

Also, this removes the previous inheritance of link colors. I think
links should always be in primary color and if they are to be
discolored, the color should be set on them explicitely.

<img width="165" alt="Screenshot 2022-11-12 at 13 28 30"
src="https://user-images.githubusercontent.com/115237/201474098-700d9fed-3133-43c7-b57e-d4cc5c2795cb.png">

<img width="152" alt="Screenshot 2022-11-12 at 13 18 48"
src="https://user-images.githubusercontent.com/115237/201474156-b6de4cb5-bce8-4553-b3d4-8365aff9a3a7.png">

HTML to test with:

```html
<div class="text red">some text with <a href="#foo">a link</a>.</div>
<div class="text orange">some text with <a href="#foo">a link</a>.</div>
<div class="text yellow">some text with <a href="#foo">a link</a>.</div>
<div class="text olive">some text with <a href="#foo">a link</a>.</div>
<div class="text green">some text with <a href="#foo">a link</a>.</div>
<div class="text teal">some text with <a href="#foo">a link</a>.</div>
<div class="text blue">some text with <a href="#foo">a link</a>.</div>
<div class="text violet">some text with <a href="#foo">a link</a>.</div>
<div class="text purple">some text with <a href="#foo">a link</a>.</div>
<div class="text pink">some text with <a href="#foo">a link</a>.</div>
<div class="text brown">some text with <a href="#foo">a link</a>.</div>
<div class="text grey">some text with <a href="#foo">a link</a>.</div>
2 years ago
..
chroma Improve arc-green code theme (#21039) 2 years ago
code Fix and restyle menu on code line (#15913) 3 years ago
codemirror Support Issue forms and PR forms (#20987) 2 years ago
console Add support for rendering terminal output with colors (#19497) 2 years ago
features Update JS dependencies and misc tweaks (#21583) 2 years ago
markup Fix opaque background on mermaid diagrams (#21642) 2 years ago
modules Use separate class for tippy targets (#20742) 2 years ago
shared Make branch icon stand out more (#20726) 2 years ago
standalone Update JS dependencies, fix lint (#18389) 2 years ago
themes Simplify text color selectors and tweak arc-green colors (#21784) 2 years ago
_admin.less Changed scroll to auto for some UI elements. (#20294) 2 years ago
_base.less Simplify text color selectors and tweak arc-green colors (#21784) 2 years ago
_dashboard.less Add `code` highlighting in issue titles (#21432) 2 years ago
_editor.less Extract CodeMirror styles (#17960) 3 years ago
_explore.less Remove fomantic image module (#21145) 2 years ago
_font_i18n.less Prefer "Hiragino Kaku Gothic ProN" in system-ui-ja (#17954) 3 years ago
_form.less Add system setting table with cache and also add cache supports for user setting (#18058) 2 years ago
_home.less fix media query edge case (#13546) 4 years ago
_install.less Clean up formatting on install page (#21668) 2 years ago
_organization.less Add team member invite by email (#20307) 2 years ago
_package.less Fix empty container layer history and UI (#21251) 2 years ago
_repository.less Copy citation file content, in APA and BibTex format, on repo home page (#19999) 2 years ago
_review.less Improve code comment review on mobile (#21461) 2 years ago
_svg.less Update JS dependencies, fix lint (#18389) 2 years ago
_tribute.less CSS color enhancements (#21534) 2 years ago
_user.less Add badge capabilities to users (#20607) 2 years ago
animations.less Consolidate more CSS colors into variables (#21402) 2 years ago
helpers.less Improve code comment review on mobile (#21461) 2 years ago
index.less Fix empty container layer history and UI (#21251) 2 years ago
variables.less fix media query edge case (#13546) 4 years ago