Compare commits

...

1 Commits

Author SHA1 Message Date
Sean Perkins
4d7140694a feat: add a new stylesheet for the ionic theme 2024-03-25 19:12:41 -04:00

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;
}