diff --git a/src/assets/logo.png b/src/assets/logo.png index fa5d118..c4d9926 100644 Binary files a/src/assets/logo.png and b/src/assets/logo.png differ diff --git a/src/theme/core.css b/src/theme/core.css index f9eb550..7c1fe34 100644 --- a/src/theme/core.css +++ b/src/theme/core.css @@ -2,6 +2,26 @@ ion-spinner { display: block; margin: auto; } + +ion-card { + background: rgb(255, 255, 255); + border-radius: 0 +} + +.collection-list-item{ + --ion-item-background:#ffffff; +} + .results-not-found { text-align: center; +} + +.searchbar-input { + border-radius: 30 !important; + border: 10; + box-shadow: 0 !important; +} + +.header-md::after { + display: none; } \ No newline at end of file diff --git a/src/theme/variables.css b/src/theme/variables.css index 9ee4396..ba4ecd6 100644 --- a/src/theme/variables.css +++ b/src/theme/variables.css @@ -3,6 +3,7 @@ http://ionicframework.com/docs/theming/ */ /** Ionic CSS Variables **/ :root { + --ion-background-color: #f6f6f6; --ion-color-primary: #298596; --ion-color-primary-rgb: 41,133,150; --ion-color-primary-contrast: #ffffff;