First commit

This commit is contained in:
Chocobozzz
2019-07-16 11:53:38 +02:00
commit 91a47fc10f
15 changed files with 832 additions and 0 deletions

View File

@ -0,0 +1,3 @@
body {
--mainBackgroundColor: red !important;
}

View File

@ -0,0 +1,7 @@
body {
--mainForegroundColor: yello !important;
}
.action-button-dislike {
display: none !important;
}