Updated theme.

This commit is contained in:
tastytea 2019-11-01 06:37:29 +01:00
parent 1524350f44
commit 78ef146ee7
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
3 changed files with 3 additions and 3 deletions

View File

@ -73,7 +73,7 @@ for file in style.css style-compat.css; do
sed -i 's/$/.right{float:right}/' tastytea/static/assets/${file}
sed -i 's/$/.left{float:left}/' tastytea/static/assets/${file}
sed -i 's/$/.mastodon-api-comment{margin-left: 1em;border:0.1em solid black;padding:0.1em 1em;}/' tastytea/static/assets/${file}
sed -i 's/$/.mastodon-api-comment{margin-left: 1em;border:0.1em solid black;}/' tastytea/static/assets/${file}
sed -i 's/$/.mastodon-api-comment:nth-child(even){background-color:#0402}/' tastytea/static/assets/${file}
sed -i 's/$/.mastodon-api-comment:nth-child(odd){background-color:#2402}/' tastytea/static/assets/${file}

View File

@ -301,6 +301,6 @@ div.tip td.icon {color:var(--blue)}
div.important td.icon {color:var(--yellow)}
.right {float:right}
.left {float:left}
.mastodon-api-comment {margin-left: 1em; border:0.1em solid black; padding:0.1em 1em; }
.mastodon-api-comment {margin-left: 1em; border:0.1em solid black; }
.mastodon-api-comment:nth-child(even) {background-color:#0402}
.mastodon-api-comment:nth-child(odd) {background-color:#2402}

View File

@ -334,6 +334,6 @@ div.tip td.icon {color:var(--blue)}
div.important td.icon {color:var(--yellow)}
.right {float:right}
.left {float:left}
.mastodon-api-comment {margin-left: 1em; border:0.1em solid black; padding:0.1em 1em; }
.mastodon-api-comment {margin-left: 1em; border:0.1em solid black; }
.mastodon-api-comment:nth-child(even) {background-color:#0402}
.mastodon-api-comment:nth-child(odd) {background-color:#2402}