add dark mode

This commit is contained in:
tdurieux
2021-04-26 14:37:48 +02:00
parent 6164e52eab
commit f58e46fc56
6 changed files with 282 additions and 68 deletions
+6 -6
View File
@@ -1,11 +1,6 @@
<div class="container-fluid h-100">
<div class="row h-100">
<div
class="col-9 p-2 preview markdown-body"
ng-bind-html="html_readme"
ng-if="html_readme"
></div>
<div class="col shadow overflow-auto h-100 d-flex align-content-end">
<div class="col sidePanel shadow overflow-auto h-100 d-flex align-content-end">
<div
class="p-0 py-2 m-auto"
ng-class="{'card': !repoUrl,'container': repoUrl}"
@@ -486,5 +481,10 @@
</form>
</div>
</div>
<div
class="col-9 p-2 h-100 overflow-auto markdown-body body"
ng-bind-html="html_readme"
ng-if="html_readme"
></div>
</div>
</div>