Skip to content
Snippets Groups Projects
Commit caec8853 authored by David Hrbáč's avatar David Hrbáč
Browse files

modify color font

parent bd8e3589
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ do ...@@ -4,7 +4,7 @@ do
#git checkout -b color_${i/ /_} #git checkout -b color_${i/ /_}
git checkout color_${i/ /_} git checkout color_${i/ /_}
sed -ri "s/(primary: ').*'/\1$i'/" mkdocs.yml sed -ri "s/(primary: ').*'/\1$i'/" mkdocs.yml
git cherry-pick 64ca62c16c5fd5724f415ccb6413e5fd3cb51076 git cherry-pick bd8e358
git commit -am "Setting color to: $i" git commit -am "Setting color to: $i"
git push --set-upstream origin color_${i/ /_} git push --set-upstream origin color_${i/ /_}
git checkout colors git checkout colors
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment