add skeleton that reads offline steam data
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
:root {
|
||||
--ion-font-family:
|
||||
"-apple-system", "SF Pro Text", "SF Pro Display", system-ui, sans-serif;
|
||||
--ion-background-color: #f2f2f7;
|
||||
--ion-text-color: #1c1c1e;
|
||||
--ion-toolbar-background: #f2f2f7;
|
||||
--ion-item-background: #ffffff;
|
||||
--ion-item-border-color: rgba(60, 60, 67, 0.2);
|
||||
--ion-color-primary: #0a84ff;
|
||||
--ion-color-primary-contrast: #ffffff;
|
||||
--ion-safe-area-top: env(safe-area-inset-top);
|
||||
--ion-safe-area-bottom: env(safe-area-inset-bottom);
|
||||
}
|
||||
Reference in New Issue
Block a user