Update the no-colors message for palettes to be more readable

This commit is contained in:
Julian Descottes 2018-04-07 21:41:29 +02:00
parent fe3f6996f1
commit 0a9e7dcffb
2 changed files with 2 additions and 2 deletions

View File

@ -94,7 +94,7 @@
line-height: 35px; line-height: 35px;
width: 100%; width: 100%;
color: gray; color: gray;
font-size: 0.7em; font-size: 0.8em;
font-style: italic; font-style: italic;
text-align: center text-align: center
} }

View File

@ -21,7 +21,7 @@
<script type="text/template" id="palettes-list-no-colors-partial"> <script type="text/template" id="palettes-list-no-colors-partial">
<div class="palettes-list-no-colors"> <div class="palettes-list-no-colors">
No color in the selected palette ... No color in this palette…
</div> </div>
</script> </script>