File tree 2 files changed +9
-1
lines changed
themes/vocabulary_theme/templates/blocks
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ <h2 class="is-paddingless level-left">
27
27
</ figure >
28
28
</ header >
29
29
< div class ="blog-content ">
30
- < h4 class ="b-header "> < a class ="has-color-dark-slate-gray " href ="{{ post|url }} "> {{ post.title }}</ a > </ h4 >
30
+ < h4 class ="b-header "> < a class ="blog-title " href ="{{ post|url }} "> {{ post.title }}</ a > </ h4 >
31
31
< span class ="blog-author "> by < a class ="author-name " href ="{{ author|url }} "> {{ render_author_name(author) }}</ a >
32
32
on {{ post.pub_date|dateformat("YYYY-MM-dd") }}</ span >
33
33
< div class ="excerpt ">
Original file line number Diff line number Diff line change 6
6
text-decoration : none ;
7
7
}
8
8
9
+ a :hover {
10
+ color : $color-forest-green ;
11
+ }
12
+
9
13
// Code
10
14
code {
11
15
color : $color-dark-slate-gray ;
@@ -164,6 +168,10 @@ pre {
164
168
}
165
169
}
166
170
171
+ .blog-title {
172
+ @extend .has-color-dark-slate-gray ;
173
+ }
174
+
167
175
.posts-link {
168
176
@extend .has-color-forest-green ;
169
177
@extend .body-normal ;
You can’t perform that action at this time.
0 commit comments