11/* Base */
22: root {
33 --borderRadius : 4px ;
4+ --mutedTextColor : dimgray;
45}
56html ,
67body {
@@ -145,10 +146,6 @@ table.highlighttable tbody > tr:nth-child(odd) > td {
145146 float : none;
146147 line-height : 28px ;
147148}
148- .articles-in-tag li {
149- font : 1.1 em/1.6 "Trebuchet MS" , Trebuchet, "Lucida Sans Unicode" ,
150- "Lucida Grande" , "Lucida Sans" , Arial, Sans-Serif;
151- }
152149/* Article */
153150.article-content ,
154151div .recent-posts p {
@@ -254,15 +251,10 @@ p#post-share-links {
254251a .category-title-inside-accordion {
255252 text-decoration : none;
256253}
257- ul .list-articles-category {
254+ ul .list-articles-under-tag- category {
258255 list-style : none outside none;
259256 margin : 0 0 0 5px ;
260257}
261- ul .list-articles-category li time {
262- color : # 8f8f8f ;
263- display : inline-block;
264- width : 7em ;
265- }
266258a .category-link {
267259 color : # 333 ;
268260}
@@ -296,10 +288,12 @@ div.blog-archives div,
296288div .recent-posts-article {
297289 border-bottom : 1px dotted # aaa ;
298290}
291+ ul .list-articles-under-tag-category li {
292+ padding : 0.1rem 0.2rem ;
293+ }
299294div .blog-archives div ,
300295div .recent-posts-article {
301- font-size : 1.1em ;
302- padding : 0.3em 0.2em ;
296+ padding : 0.3rem 0.2rem ;
303297 position : relative;
304298 overflow : auto;
305299}
@@ -310,21 +304,16 @@ div.blog-archives div.last-entry-of-year {
310304 margin-bottom : 1em ;
311305}
312306div .blog-archives time ,
313- div .recent-posts time {
307+ div .recent-posts time ,
308+ ul .list-articles-under-tag-category li time {
314309 float : right;
315- text-align : right ;
310+ text-align : left ;
316311}
317312div .blog-archives time ,
318313div .recent-posts time ,
314+ ul .list-articles-under-tag-category li time ,
319315div .recent-posts-posted {
320- color : # 8f8f8f ;
321- font : 0.9em "PT Sans" , "Helvetica Neue" , Arial, Sans-Serif;
322- }
323- div .recent-posts time {
324- font-size : inherit;
325- }
326- div .recent-posts-time {
327- display : inline;
316+ color : var (--mutedTextColor );
328317}
329318@media (max-width : 767px ) {
330319 div .blog-archives h2 {
@@ -334,15 +323,12 @@ div.recent-posts-time {
334323 margin-left : 0 ;
335324 padding-left : 0 ;
336325 }
337- div .recent-posts time {
326+ div .blog-archives time ,
327+ div .recent-posts time ,
328+ ul .list-articles-under-tag-category li time {
338329 float : none;
339- }
340- div .recent-posts-time {
341330 display : block;
342331 }
343- ul .list-articles-category li time {
344- width : 100% ;
345- }
346332}
347333/* MailChimp */
348334# mc-embed-signup {
0 commit comments