Skip to content

Commit 7e1a400

Browse files
committed
Simplify CSS to fix site loading issues - remove SCSS file and simplify head-custom
1 parent 20ddfd9 commit 7e1a400

2 files changed

Lines changed: 2 additions & 128 deletions

File tree

_includes/head-custom.html

Lines changed: 2 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
1-
<link rel="stylesheet" href="{{ '/assets/css/style.css' | relative_url }}">
1+
<!-- Custom CSS for devnomadic -->
22
<style>
3-
/* Custom styles for devnomadic - Inline to ensure loading */
4-
5-
/* Post tags styling */
6-
.post-tags {
7-
margin: 0.5rem 0;
8-
}
9-
3+
.post-tags { margin: 0.5rem 0; }
104
.post-tags .tag {
115
display: inline-block;
126
background-color: #f1f3f4;
@@ -16,56 +10,9 @@
1610
border-radius: 0.25rem;
1711
font-size: 0.8rem;
1812
text-decoration: none;
19-
transition: background-color 0.2s ease;
2013
}
21-
2214
.post-tags .tag:hover {
2315
background-color: #e8eaed;
2416
color: #202124;
2517
}
26-
27-
/* Tag cloud styling */
28-
.tag-cloud .tag-item {
29-
display: inline-block;
30-
margin: 0.2rem 0.5rem 0.2rem 0;
31-
}
32-
33-
.tag-cloud .tag-link {
34-
background-color: #f8f9fa;
35-
color: #5f6368;
36-
padding: 0.3rem 0.6rem;
37-
border-radius: 0.3rem;
38-
text-decoration: none;
39-
font-size: 0.9rem;
40-
transition: all 0.2s ease;
41-
}
42-
43-
.tag-cloud .tag-link:hover {
44-
background-color: #e8eaed;
45-
color: #202124;
46-
transform: translateY(-1px);
47-
}
48-
49-
/* Post link wrapper styling */
50-
.post-link-wrapper {
51-
margin-bottom: 1.5rem;
52-
padding-bottom: 1rem;
53-
border-bottom: 1px solid #e8eaed;
54-
}
55-
56-
.post-link-wrapper:last-child {
57-
border-bottom: none;
58-
}
59-
60-
.post-meta {
61-
margin-top: 0.5rem;
62-
color: #5f6368;
63-
font-size: 0.9rem;
64-
}
65-
66-
.post-excerpt {
67-
margin-top: 0.5rem;
68-
color: #202124;
69-
line-height: 1.5;
70-
}
7118
</style>

assets/css/style.scss

Lines changed: 0 additions & 73 deletions
This file was deleted.

0 commit comments

Comments
 (0)