Skip to content

Commit

Permalink
Cambio de colores
Browse files Browse the repository at this point in the history
  • Loading branch information
tmijail committed Dec 4, 2024
1 parent 0d70bff commit 374a126
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions src/FileHandler.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
}

.neutral {
border-color: #a3b8cc;
background-color: #F8F9FA;
color: #334d66;
border-color: #ccb8a3;
background-color: #faf9f7;
color: #664d33;
}

.green {
Expand All @@ -24,9 +24,9 @@
}

.red {
border-color: #cca7a3;
background-color: #fae3e1;
color: #663733;
border-color: #cca3a3;
background-color: #fae1e1;
color: #663333;
}

svg {
Expand Down
8 changes: 4 additions & 4 deletions src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@

a {
font-weight: 500;
color: #7a7c99;
color: #998a7a;
text-decoration: inherit;
}
a:hover {
color: #535bf2;
color: #f2a252;
}

body {
Expand All @@ -37,11 +37,11 @@ h1 {

@media (prefers-color-scheme: light) {
:root {
color: #213547;
color: #473421;
background-color: #ffffff;
}
a:hover {
color: #747bff;
color: #ffb973;
}
button {
background-color: #f9f9f9;
Expand Down

0 comments on commit 374a126

Please sign in to comment.