• 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
    style: 添加自定义蓝色背景色类 · 41b04e76
    41b04e76
    hookehuyr authored 2025-09-08 13:44:45 +0800
app.less 117 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7
@tailwind base;
@tailwind components;
@tailwind utilities;

.bg-blue-500 {
  background-color: #4A90E2 !important;
}