diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2015-06-23 15:25:47 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2015-06-23 15:25:47 -0700 |
commit | b3f44d64c453814d1a04804a3f2c2d1fbdfa8899 (patch) | |
tree | ba39c87328def510d82c2e9871bd246ce72f4bbd /update_html | |
parent | dbe124108b7a3529feeeba91339928c4ac737072 (diff) | |
download | mu-b3f44d64c453814d1a04804a3f2c2d1fbdfa8899.tar.gz |
1632
Diffstat (limited to 'update_html')
-rwxr-xr-x | update_html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/update_html b/update_html index d374774c..14bd8ed5 100755 --- a/update_html +++ b/update_html @@ -10,7 +10,7 @@ sed -i 's,<title>\~/Desktop/s/mu/,<title>Mu - ,' html/* sed -i 's,\.html</title>,</title>,' html/* sed -i 's/^\*.*/* { font-size: 1.05em; }/g' html/* # tweak contrast -sed -i 's/^\.Constant.*/.Constant { color: #00a0a0; }/' html/* -sed -i 's/^\.muControl.*/.muControl { color: #c0a020; }/' html/* -sed -i 's/^\.Comment.*/.Comment { color: #9090ff; }/' html/* -sed -i 's/^\.Delimiter.*/.Delimiter { color: #a04060; }/' html/* # not meant to be read/ can be lower-contrast +sed -i 's/^\.Constant .*/.Constant { color: #00a0a0; }/' html/* +sed -i 's/^\.muControl .*/.muControl { color: #c0a020; }/' html/* +sed -i 's/^\.Comment .*/.Comment { color: #9090ff; }/' html/* +sed -i 's/^\.Delimiter .*/.Delimiter { color: #a04060; }/' html/* # not meant to be read/ can be lower-contrast |