Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
frontend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
minerva
frontend
Commits
96de5e33
Commit
96de5e33
authored
1 year ago
by
mateuszmiko
Browse files
Options
Downloads
Patches
Plain Diff
style(tailwind): add colors for theme
parent
c29a7336
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!223
reset the pin numbers before search results are fetch (so the results will be...
,
!5
style(tailwind): add colors for theme
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tailwind.config.ts
+20
-3
20 additions, 3 deletions
tailwind.config.ts
with
20 additions
and
3 deletions
tailwind.config.ts
+
20
−
3
View file @
96de5e33
...
...
@@ -4,9 +4,26 @@ const config: Config = {
content
:
[
'
./src/**/*.ts
'
,
'
./src/**/*.tsx
'
],
theme
:
{
extend
:
{
backgroundImage
:
{
'
gradient-radial
'
:
'
radial-gradient(var(--tw-gradient-stops))
'
,
'
gradient-conic
'
:
'
conic-gradient(from 180deg at 50% 50%, var(--tw-gradient-stops))
'
,
colors
:
{
primary
:
{
100
:
'
#ebf4ff
'
,
500
:
'
#106ad7
'
,
600
:
'
#0055bb
'
,
700
:
'
#004393
'
,
},
greyscale
:
{
500
:
'
#eeeeee
'
,
600
:
'
#cacaca
'
,
700
:
'
#a5a5a5
'
,
},
font
:
{
400
:
'
#6a6977
'
,
500
:
'
#070130
'
,
},
cinnabar
:
'
#ec4d2c
'
,
'
med-sea-green
'
:
'
#3ab65d
'
,
cultured
:
'
#f7f7f8
'
,
'
white-pearl
'
:
'
#ffffff
'
,
},
},
},
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment