Commit 558bfcb7 authored by Romain DELEAU's avatar Romain DELEAU

change placeholder opacity

parent 1709005b
......@@ -33,11 +33,19 @@ body {
font-size: 17px;
}
input::placeholder {
opacity: 0.25;
}
textarea {
font-family: 'Glacial Indifference', sans-serif;
font-size: 17px;
}
textarea::placeholder {
opacity: 0.25;
}
select {
font-family: 'Glacial Indifference', sans-serif;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment