Skip to content

Commit

Permalink
Set color for post date in the different variations.
Browse files Browse the repository at this point in the history
  • Loading branch information
juanfra committed Oct 31, 2024
1 parent 2718fe1 commit fc3c6a8
Show file tree
Hide file tree
Showing 5 changed files with 60 additions and 0 deletions.
12 changes: 12 additions & 0 deletions styles/sections/section-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,18 @@
}
}
},
"core/post-date": {
"color":{
"text": "color-mix(in srgb, currentColor 85%, transparent)"
},
"elements": {
"link": {
"color" : {
"text": "color-mix(in srgb, currentColor 85%, transparent)"
}
}
}
},
"core/post-terms": {
"color": {
"text": "currentColor"
Expand Down
12 changes: 12 additions & 0 deletions styles/sections/section-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,18 @@
}
}
},
"core/post-date": {
"color":{
"text": "color-mix(in srgb, currentColor 85%, transparent)"
},
"elements": {
"link": {
"color" : {
"text": "color-mix(in srgb, currentColor 85%, transparent)"
}
}
}
},
"core/post-terms": {
"color": {
"text": "currentColor"
Expand Down
12 changes: 12 additions & 0 deletions styles/sections/section-3.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,18 @@
}
}
},
"core/post-date": {
"color":{
"text": "color-mix(in srgb, currentColor 85%, transparent)"
},
"elements": {
"link": {
"color" : {
"text": "color-mix(in srgb, currentColor 85%, transparent)"
}
}
}
},
"core/post-terms": {
"color": {
"text": "currentColor"
Expand Down
12 changes: 12 additions & 0 deletions styles/sections/section-4.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,18 @@
}
}
},
"core/post-date": {
"color":{
"text": "color-mix(in srgb, currentColor 85%, transparent)"
},
"elements": {
"link": {
"color" : {
"text": "color-mix(in srgb, currentColor 85%, transparent)"
}
}
}
},
"core/post-terms": {
"color": {
"text": "currentColor"
Expand Down
12 changes: 12 additions & 0 deletions styles/sections/section-5.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,18 @@
}
}
},
"core/post-date": {
"color":{
"text": "color-mix(in srgb, currentColor 85%, transparent)"
},
"elements": {
"link": {
"color" : {
"text": "color-mix(in srgb, currentColor 85%, transparent)"
}
}
}
},
"core/post-terms": {
"color": {
"text": "currentColor"
Expand Down

0 comments on commit fc3c6a8

Please sign in to comment.