css variables

This commit is contained in:
Tim Wijma
2022-11-02 15:36:49 +01:00
parent 1a6582a18a
commit 2aefeb2075
3 changed files with 17 additions and 21 deletions

View File

@@ -154,4 +154,4 @@ function sortTweets(tweets, likesDes=null, retweetsDes=null, repliesDes=null, da
tweets.sort(function(a,b){return Date(a.created_at)-Date(b.reply_count)})
}
return tweets
}
}