Commit f765c79 1 parent e7b1246 commit f765c79 Copy full SHA for f765c79
File tree 2 files changed +12
-4
lines changed
2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 2
2
layout: default
3
3
---
4
4
5
- ---
6
- layout: default
7
- ---
8
-
9
5
< div class ="posts ">
10
6
{% for post in paginator.posts %}
11
7
{% unless post.categories contains "strange-researches" or post.categories contains "cities" %}
Original file line number Diff line number Diff line change @@ -268,9 +268,21 @@ nav {
268
268
.read-more {
269
269
text-transform : uppercase ;
270
270
font-size : 15px ;
271
+ color : $red ;
271
272
}
272
273
}
273
274
275
+ .date {
276
+ font-style : italic ;
277
+ color : $blue ; // You might want to keep or update this if you have other date styles.
278
+ }
279
+
280
+ // Styling for post-date
281
+ .post-date {
282
+ font-style : bold ;
283
+ color : $red ; // Apply the custom color
284
+ }
285
+
274
286
.wrapper-footer {
275
287
margin-top : 50px ;
276
288
border-top : 1px solid #ddd ;
You can’t perform that action at this time.
0 commit comments