CSS Work In Progress

* new peertube theme for ConverseJS
* CSS linting
* splash screen
* defining CSS variables
This commit is contained in:
John Livingston
2021-11-09 17:45:54 +01:00
parent aa156d3c06
commit 77975ffdb6
8 changed files with 903 additions and 7 deletions

View File

@ -3,7 +3,6 @@ import { api } from '@converse/headless/converse-core'
export default () => html`
<div class="inner-content converse-brand row">
<div class="converse-brand__padding"></div>
<div class="converse-brand__heading">
<img src="${api.settings.get('assets_path')}/../../images/logo.svg">
</div>