Skip to content
Snippets Groups Projects
Commit 01bd96eb authored by Robert Goldmann's avatar Robert Goldmann
Browse files

#338 - fixed light theme for cards

parent 2aec3186
No related branches found
No related tags found
No related merge requests found
Pipeline #3357 passed
.card-template {
color: #212121;
background-color: #CCCCCC;
}
.card-template .card-title {
......
.card-template {
color: #212121;
background-color: #d9d9d9;
}
.card-template .card-title {
......
......@@ -17,7 +17,7 @@
<div class="row">
<#list templates as template>
<div class="col s12 m6 l4">
<div class="card budgetmaster-grey card-template">
<div class="card card-template">
<div class="card-content">
<@templateCardTitle template/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment