initial set up for styling updates; actually add files

This commit is contained in:
Ginger Wong
2020-08-17 09:00:36 -07:00
parent e5d8087979
commit ebc852b430
9 changed files with 170 additions and 15 deletions

View File

@@ -165,3 +165,5 @@ But really it's just the innerHTML content.
opacity: 0.6;
}

View File

@@ -1,3 +1,8 @@
/*
Overall layout styles for all of owncast app.
*/
/* variables */
:root {
--header-height: 3.5em;

View File

@@ -0,0 +1,4 @@
/*
The styles in this file mostly ovveride those coming fro chat.css
*/