feat: add a new stylesheet for the ionic theme

This commit is contained in:
Sean Perkins
2024-03-25 19:12:41 -04:00
parent f664329f71
commit 4d7140694a

View File

@@ -0,0 +1,12 @@
/**
* Ionic theme global stylesheet.
* We will split this up into separate files in the future.
*/
h1,
.ion-heading-1 {
/* Fake styles, just an example */
font-size: 36px;
font-weight: 300;
line-height: 1.1;
}