aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2019-11-13 21:24:27 -0500
committerJesús <heckyel@hyperbola.info>2019-11-13 21:24:27 -0500
commitb7d518f40cd50f4acdf87546890bb05bc77e4aa6 (patch)
tree21cf75a26278715012a543ba59616de7f447e832 /src
parenta94bdaf2769f17d6a790f2ec16756f8f24f57a8c (diff)
downloadcl-theme-b7d518f40cd50f4acdf87546890bb05bc77e4aa6.tar.lz
cl-theme-b7d518f40cd50f4acdf87546890bb05bc77e4aa6.tar.xz
cl-theme-b7d518f40cd50f4acdf87546890bb05bc77e4aa6.zip
fix placeholder
Diffstat (limited to 'src')
-rw-r--r--src/scss/custom/_elements.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/scss/custom/_elements.scss b/src/scss/custom/_elements.scss
index d327f34..f184b45 100644
--- a/src/scss/custom/_elements.scss
+++ b/src/scss/custom/_elements.scss
@@ -28,3 +28,8 @@ video {
.is-table {
display: table;
}
+
+.input::-moz-placeholder,
+.textarea::-moz-placeholder {
+ color: black;
+}