Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
lls_program
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
Authored by
hookehuyr
2025-09-08 13:44:45 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
41b04e76c4ab46a4661a998584528586f8abdc2a
41b04e76
1 parent
d171cb92
style: 添加自定义蓝色背景色类
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
src/app.less
src/app.less
View file @
41b04e7
1
@tailwind base;
1
@tailwind base;
2
@tailwind components;
2
@tailwind components;
3
@tailwind utilities;
3
@tailwind utilities;
4
+
5
+
.bg-blue-500 {
6
+
background-color: #4A90E2 !important;
7
+
}
...
...
Please
register
or
login
to post a comment