Skip to content

Commit

Permalink
fix 'certificates' not being required and missing
Browse files Browse the repository at this point in the history
  • Loading branch information
efekos committed Feb 9, 2024
1 parent 013265f commit f359297
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
3 changes: 2 additions & 1 deletion schema/color_theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -722,7 +722,8 @@
"buttons",
"markdown",
"entry",
"projects"
"projects",
"certificates"
],
"type": "object"
}
6 changes: 6 additions & 0 deletions src/main/resources/site/default_color_theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@
"titleFont":["Franklin Gothic Medium","Arial Narrow","Arial","sans-serif"],
"linkColor":"#4cbdff"
},
"certificates": {
"backgroundColor": {"b": 100, "g": 100, "r": 100},
"borderColor": {"b": 100, "g": 100, "r": 100},
"borderHoverColor": {"b": 250, "g": 250, "r": 250},
"shadowColor": "black"
},
"buttons":{
"blueColor":["#00E8FF","#0066FF"],
"greenColor":["#52ff3b","#04520b"],
Expand Down

0 comments on commit f359297

Please sign in to comment.