]> source.dussan.org Git - gitea.git/commit
CSS color variables, less bold font weight and more (#13567)
authorsilverwind <me@silverwind.io>
Sun, 15 Nov 2020 20:58:16 +0000 (21:58 +0100)
committerGitHub <noreply@github.com>
Sun, 15 Nov 2020 20:58:16 +0000 (15:58 -0500)
commit0de546009e466486cd88dfa98d07d8775bd3087d
tree9150f26ad2580337acace452363a3081942d366d
parent7a30e97002ec8bd601b93549d4efc51743ecf2b3
CSS color variables, less bold font weight and more (#13567)

* CSS color variables, less bold font weight

- Define color variables for fully saturated colors and apply them where
  it made sense
- Add background color helper classes
- Globally reduce bold font weight from 700 to 500
- Remove border from timeline icons
- Unify dropzone styling
- Various border style consolidations

* attempt to fix test

* another attempt at tests

* fix contains
20 files changed:
integrations/pull_merge_test.go
integrations/pull_status_test.go
templates/repo/issue/view_content/comments.tmpl
templates/repo/issue/view_content/pull.tmpl
web_src/fomantic/_site/globals/site.variables
web_src/fomantic/build/semantic.css
web_src/less/_admin.less
web_src/less/_base.less
web_src/less/_chroma.less
web_src/less/_dashboard.less
web_src/less/_home.less
web_src/less/_markdown.less
web_src/less/_organization.less
web_src/less/_repository.less
web_src/less/_review.less
web_src/less/_tribute.less
web_src/less/_user.less
web_src/less/features/heatmap.less
web_src/less/helpers.less
web_src/less/themes/theme-arc-green.less