Skip to content
Snippets Groups Projects
Commit ef9386ac authored by vildemv's avatar vildemv
Browse files

Enabled dark mode for place-holder text.

parent 5d89b5ba
No related branches found
No related tags found
1 merge request!53Frontend improvements
......@@ -33,7 +33,6 @@ const displayDescription = ref(false)
<h4>{{props.description}}</h4>
</div>
</div>
</template>
......@@ -43,6 +42,7 @@ const displayDescription = ref(false)
flex-direction: column;
place-content: space-between;
padding: 1.5%;
color: var(--color-text-black);
}
.title{
text-align: left;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment