File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 ;
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 >
Load diff This file was deleted.
You can’t perform that action at this time.
0 commit comments