Skip to content

Commit

Permalink
Fix security issue
Browse files Browse the repository at this point in the history
  • Loading branch information
NeftaliYagua committed Mar 3, 2024
1 parent 194896f commit af23bf8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
6 changes: 4 additions & 2 deletions src/app/home/home.page.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
p {
font-size: 1.2em;
}
#notFound {
text-align: center;

Expand All @@ -14,7 +17,6 @@
}

#notFound p {
font-size: 16px;
line-height: 22px;

color: #8c8c8c;
Expand All @@ -28,4 +30,4 @@

ion-progress-bar::part(stream) {
background-image: radial-gradient(ellipse at center, #e475f3 0%, #e475f3 30%, transparent 30%);
}
}
7 changes: 5 additions & 2 deletions src/theme/variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -83,14 +83,14 @@
*/

body {
--ion-color-primary: #428cff;
--ion-color-primary: #9a3412;
--ion-color-primary-rgb: 66,140,255;
--ion-color-primary-contrast: #ffffff;
--ion-color-primary-contrast-rgb: 255,255,255;
--ion-color-primary-shade: #3a7be0;
--ion-color-primary-tint: #5598ff;

--ion-color-secondary: #50c8ff;
--ion-color-secondary: #ea580c;
--ion-color-secondary-rgb: 80,200,255;
--ion-color-secondary-contrast: #ffffff;
--ion-color-secondary-contrast-rgb: 255,255,255;
Expand Down Expand Up @@ -233,6 +233,9 @@

--ion-card-background: #1e1e1e;
}
a, a:link, a:active {
color: #fcd34d;
}
}

html {
Expand Down

0 comments on commit af23bf8

Please sign in to comment.