use blue-grey text
This commit is contained in:
parent
9024f427d7
commit
edf5757feb
2 changed files with 10 additions and 4 deletions
|
@ -1,9 +1,9 @@
|
|||
<template>
|
||||
<div class="d-flex align-end justify-center mr-1 mr-md-2">
|
||||
<span class="d-flex text-h4 text-md-h3">{{ day }}</span>
|
||||
<span class="d-flex text-h5 text-md-h4 grey--text text--darken-1">{{
|
||||
month
|
||||
}}</span>
|
||||
<span class="d-flex text-h5 text-md-h4 blue-grey--text text--darken-1">
|
||||
{{ month }}
|
||||
</span>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
|
|
@ -12,7 +12,13 @@
|
|||
{{ event.description }}
|
||||
</v-list-item-subtitle>
|
||||
<v-list-item-subtitle
|
||||
class="thw-heading-font grey--text text--darken-1 font-weight-bold ma-0"
|
||||
class="
|
||||
thw-heading-font
|
||||
blue-grey--text
|
||||
text--darken-1
|
||||
font-weight-bold
|
||||
ma-0
|
||||
"
|
||||
>
|
||||
{{ data_string }}
|
||||
</v-list-item-subtitle>
|
||||
|
|
Loading…
Reference in a new issue