Skip to content

Commit de5291c

Browse files
authored
Merge pull request #61 from laravelcm/update-colors
build les assets de production
2 parents 512f59c + 50d5ae5 commit de5291c

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

public/css/app.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/mix-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"/js/app.js": "/js/app.js?id=3bd7a17ae8879cea08888521628605ff",
3-
"/css/app.css": "/css/app.css?id=965b827a53b8849b3917cf5832b0d9a8"
3+
"/css/app.css": "/css/app.css?id=a93547189b00f8df18704e2860e78505"
44
}

tailwind.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,9 @@ module.exports = {
137137
content: 'none',
138138
},
139139
'pre, code, p > code': {
140-
fontWeight: theme('fontWeight.normal'),
140+
fontWeight: theme('fontWeight.medium'),
141141
fontFamily: 'JetBrains Mono, monospace',
142+
color: theme('colors.amber.500'),
142143
},
143144
'li strong, strong' : {
144145
color: theme('textColor.skin.inverted-muted'),

0 commit comments

Comments
 (0)