@@ -1332,20 +1332,62 @@ h1.title {
13321332top : calc (1rem + 61px );
13331333}
13341334
1335+ .article .sidebar .subbox dl {
1336+ position : relative;
1337+ top : 0 ;
1338+ left : 0 ;
1339+ display : grid;
1340+ grid-template-columns : 33% 33% 33% ;
1341+ font-weight : 900 ;
1342+ margin-block-start : 1.2em ;
1343+ margin-block-end : 0 ;
1344+ }
1345+
1346+ .article .sidebar .box .subbox dl dd {
1347+ display : block;
1348+ max-width : 100% ;
1349+ text-align : center;
1350+ margin-inline-start : 0 ;
1351+ line-height : 28px ;
1352+ transition : all800ms linear;
1353+ }
1354+
1355+ .article .sidebar .box .subbox dl dd a : hover ,
1356+ .article .sidebar .box .subbox dl dd a span : hover ,
1357+ .article .sidebar .box .subbox dl dd : hover {
1358+ color : # 100e17 ;
1359+ }
1360+
1361+ .article .sidebar .box .subbox dl dd : nth-last-of-type (2 ) {
1362+ padding-top : 2px ;
1363+ }
1364+
1365+ .article .sidebar .box .subbox dl dd a ,
1366+ .article .sidebar .box .subbox dl dd a span {
1367+ font-size : 28px ;
1368+ line-height : 28px ;
1369+ padding-top : 0 ;
1370+ }
1371+
13351372.article .sidebar .box ul {
13361373position : relative;
13371374top : 1.2rem ;
13381375right : -1rem ;
13391376display : grid;
13401377grid-template-columns : 100px 100px 100px ;
1341- font-weight : 900 px ;
1378+ font-weight : 900 ;
13421379font-size : 18px ;
13431380}
13441381
13451382.article .sidebar .box ul li {
13461383display : block;
13471384max-width : 100% ;
13481385text-align : center;
1386+ border-right : 1px solidrgba (158 , 158 , 158 , 0.16 );
1387+ }
1388+
1389+ .article .sidebar .box ul li : last-of-type {
1390+ border-right : none;
13491391}
13501392
13511393.article .sidebar .box ul li p {
@@ -1474,6 +1516,13 @@ h1.title {
14741516border : none;
14751517}
14761518
1519+ .article p .image-caption {
1520+ color : # 9E9E9E ;
1521+ width : 100% ;
1522+ text-align : center;
1523+ padding-top : 5px ;
1524+ }
1525+
14771526.article-header-wrapper {
14781527width : 100% ;
14791528height : 500px ;
@@ -1753,6 +1802,50 @@ h1.title {
17531802font-family : operator mono ssm a, operator mono ssm b, operator mono, source code pro, Menlo, Consolas, Monaco, monospace;
17541803}
17551804
1805+ .md-content p ,
1806+ .md-content pre ,
1807+ .md-content blockquote {
1808+ margin : 0 0 2em ;
1809+ }
1810+
1811+ .md-content h1 ,
1812+ .md-content h2 ,
1813+ .md-content h3 ,
1814+ .md-content h4 {
1815+ margin-top : 1em ;
1816+ margin-bottom : 0.8em ;
1817+ }
1818+
1819+ .md-content blockquote > p {
1820+ margin : 0 ;
1821+ }
1822+
1823+ .md-content hr {
1824+ display : block;
1825+ margin-top : 30px ;
1826+ margin-bottom : 20px ;
1827+ border : 0 ;
1828+ font-size : 28px ;
1829+ font-weight : 300 ;
1830+ unicode-bidi : isolate;
1831+ margin-block-start : 0.5em ;
1832+ margin-block-end : 0.5em ;
1833+ margin-inline-start : auto;
1834+ margin-inline-end : auto;
1835+ border : none;
1836+ text-align : center;
1837+ color : rgba (102 , 128 , 153 , 1 );
1838+ /*border-top: 1px solid rgba(102, 128, 153, 0.1)*/
1839+ }
1840+
1841+ .md-content hr : before {
1842+ content : "..." ;
1843+ line-height : 1.4 ;
1844+ font-style : italic;
1845+ text-indent : 0.6em ;
1846+ letter-spacing : 0.6em ;
1847+ }
1848+
17561849# post0 .md-content {
17571850color : # fff ;
17581851font-size : 16px ;
@@ -1935,14 +2028,33 @@ h4 a:hover {
19352028}
19362029
19372030.content hr {
1938- margin-top : 21px ;
1939- margin-bottom : 21px ;
2031+ display : block;
2032+ margin-top : 30px ;
2033+ margin-bottom : 20px ;
19402034border : 0 ;
1941- border-top : 1px solidrgba (102 , 128 , 153 , 0.1 )
2035+ font-size : 28px ;
2036+ font-weight : 300 ;
2037+ unicode-bidi : isolate;
2038+ margin-block-start : 0.5em ;
2039+ margin-block-end : 0.5em ;
2040+ margin-inline-start : auto;
2041+ margin-inline-end : auto;
2042+ border : none;
2043+ text-align : center;
2044+ color : rgba (102 , 128 , 153 , 0.6 );
2045+ /*border-top: 1px solid rgba(102, 128, 153, 0.1)*/
2046+ }
2047+
2048+ .content hr : before {
2049+ content : "..." ;
2050+ line-height : 1.4 ;
2051+ font-style : italic;
2052+ text-indent : 0.6em ;
2053+ letter-spacing : 0.6em ;
19422054}
19432055
19442056.content p {
1945- margin : 0 0 .8 em ;
2057+ margin : 0 0 2 em ;
19462058}
19472059
19482060.content ul ,
@@ -1994,11 +2106,19 @@ h4 a:hover {
19942106font-size : 0.9rem ;
19952107}
19962108
2109+ .content img {
2110+ border-radius : 8px ;
2111+ }
2112+
19972113code ,
19982114pre {
19992115font-family : "Source Code Pro" , monospace
20002116}
20012117
2118+ pre {
2119+ margin : 2em 0 ;
2120+ }
2121+
20022122code {
20032123background : rgba (99 , 99 , 99 , 0.07 );
20042124background : # b2fefa ;
@@ -2008,7 +2128,7 @@ code {
20082128overflow-wrap : break-word;
20092129word-wrap : break-word;
20102130padding : .1rem .3rem .2rem ;
2011- border-radius : .2 rem ;
2131+ border-radius : 8 px ;
20122132opacity : 0.9 ;
20132133}
20142134
@@ -2020,7 +2140,7 @@ code {
20202140
20212141.content blockquote {
20222142color : # 656565 ;
2023- margin : 0 0 1.1 em ;
2143+ margin : 0 0 2 em ;
20242144border-left : 3px solidvar (--code-gradient-light );
20252145border-left-width : 6px ;
20262146background-color : rgba (119 , 119 , 119 , 0.05 );