• This project
    • Loading...
  • Sign in

Hooke / lls_program

Itomix
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • lls_program
  • src
  • app.less
  • hookehuyr's avatar
    feat(排行榜): 添加排行榜卡片组件并更新主题颜色 · 2a893198 ...
    2a893198
    - 新增 RankingCard 组件用于展示活动步数排行榜
    - 将主题蓝色从 #4A90E2 更新为 #54ABAE
    - 替换 Dashboard 页面的排行榜视图为新的 RankingCard 组件
    hookehuyr authored 2025-09-09 10:53:48 +0800
app.less 224 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
@tailwind base;
@tailwind components;
@tailwind utilities;

.bg-blue-500 {
  background-color: #54ABAE !important;
}

.text-blue-500 {
  color: #54ABAE !important;
}

.border-blue-500 {
  border-color: #54ABAE !important;
}