0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-11-25 08:11:19 +01:00
gitea/web_src/js/components
silverwind 16f1326514
Tweak actions color and borders (#29640)
- Increase contrast overall
- Unalias the ansi color in dark theme and copy them to light
- Add outer border
- Add border radius

<img width="1337" alt="Screenshot 2024-03-06 at 22 30 03"
src="https://github.com/go-gitea/gitea/assets/115237/11407c0f-0bb2-435e-a034-22b1f106d9b0">
<img width="1335" alt="Screenshot 2024-03-06 at 22 36 59"
src="https://github.com/go-gitea/gitea/assets/115237/267db442-0979-4acc-a79e-8579b4cb0262">
2024-03-06 22:44:24 +01:00
..
.eslintrc.yaml Implement contributors graph (#27882) 2024-02-15 23:21:13 +01:00
ActionRunStatus.vue
ActivityHeatmap.vue
ContextPopup.vue Remove jQuery from the issue reference context popup (#29367) 2024-02-24 13:03:53 +01:00
DashboardRepoList.vue
DiffCommitSelector.vue
DiffFileList.vue
DiffFileTree.vue
DiffFileTreeItem.vue
PullRequestMergeForm.vue Modernize merge button (#28140) 2024-01-15 00:00:47 +02:00
RepoActionView.vue Tweak actions color and borders (#29640) 2024-03-06 22:44:24 +01:00
RepoActivityTopAuthors.vue
RepoBranchTagSelector.vue Replace some gt- classes with tw- (#29570) 2024-03-04 03:33:20 +00:00
RepoCodeFrequency.vue Implement code frequency graph (#29191) 2024-02-23 23:41:24 +00:00
RepoContributors.vue Fix contributor graphs mobile layout and responsiveness (#29597) 2024-03-05 14:21:52 +00:00
RepoRecentCommits.vue Implement recent commits graph (#29210) 2024-02-24 10:22:51 +00:00
ScopedAccessTokenSelector.vue