File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5
5
{{ partial "content-image" (dict "context" . "src" "post-header" "alt" .Title "size" "382x") }}
6
6
</ div >
7
7
< div class ="card-body bg-dark ">
8
- < h3 class ="card-title fw-semibold "> {{ .Title }}</ h3 >
8
+ < h3 class ="card-title text-primary fs-3 "> {{ .Title }}</ h3 >
9
9
< p class ="py-2 ">
10
10
{{ range .Params.tags }}
11
11
< span class ="text-dark badge bg-primary "> {{ . }}</ span >
Original file line number Diff line number Diff line change @@ -27,9 +27,9 @@ <h1 class="page-title display-1 fw-bold text-primary pb-4 mb-xl-0 w-100">{{ . }}
27
27
< a class ="card text-decoration-none h-100 border-radius-30 " href ="{{ .Permalink }} ">
28
28
{{ partial "content-image" (dict "context" . "src" "talk-header" "alt" .Title "size" "416x") }}
29
29
< div class ="card-body bg-dark ">
30
- < h2 class ="card-title text-center pb-4 "> {{ .Title }}</ h2 >
30
+ < h2 class ="card-title text-primary text- center pb-4 fs-3 "> {{ .Title }}</ h2 >
31
31
{{ with .Params.conference }}
32
- < p class ="text-center ">
32
+ < p class ="text-center text-light ">
33
33
{{ .title }}
34
34
< p >
35
35
{{ end }}
You can’t perform that action at this time.
0 commit comments