Skip to content

Commit f765c79

Browse files
committed
updated styles
1 parent e7b1246 commit f765c79

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

index.html

-4
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
layout: default
33
---
44

5-
---
6-
layout: default
7-
---
8-
95
<div class="posts">
106
{% for post in paginator.posts %}
117
{% unless post.categories contains "strange-researches" or post.categories contains "cities" %}

style.scss

+12
Original file line numberDiff line numberDiff line change
@@ -268,9 +268,21 @@ nav {
268268
.read-more {
269269
text-transform: uppercase;
270270
font-size: 15px;
271+
color: $red;
271272
}
272273
}
273274

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+
274286
.wrapper-footer {
275287
margin-top: 50px;
276288
border-top: 1px solid #ddd;

0 commit comments

Comments
 (0)