Skip to content

Commit 296c29f

Browse files
committed
fix(css): amélioration du thème sombre (pour les éléments de type input)
1 parent 777b4bb commit 296c29f

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

app/css/styles.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,12 @@
5555
--success-color-title: white !important;
5656
--warning-color-title: white !important;
5757
}
58+
input,
59+
button {
60+
background-color: #3b3b3b;
61+
color: white;
62+
border: 1px solid rgba(255, 255, 255, 0.3);
63+
}
5864
}
5965

6066
body {

app/css/styles.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)