@@ -387,6 +387,7 @@ $tab-count: {{ site.data.tabs | size }};
387387 margin : 0 1rem 1rem 0 ;
388388 & ::before {
389389 content : " #" ;
390+ color : var (--text-muted-color );
390391 padding-right : .2rem ;
391392 }
392393 }
@@ -538,7 +539,7 @@ footer {
538539 transition : top 0.2s ease-in-out ;
539540 margin-right : 1.5rem ;
540541 margin-top : 3rem ;
541- margin-bottom : 6 rem ;
542+ margin-bottom : 4 rem ;
542543 color : #6c757d ;
543544 & :only-child {
544545 position : -webkit-sticky ; /* Safari */
@@ -550,8 +551,8 @@ footer {
550551 >div {
551552 padding-left : 1rem ;
552553 border-left : 1px solid var (--main-border-color );
553- & :not (:first -child ) {
554- margin-top : 4rem ;
554+ & :not (:last -child ) {
555+ margin-bottom : 4rem ;
555556 }
556557 }
557558 h3 {
648649 @extend %section ;
649650 @extend %anchor ;
650651 font-size : 1.35rem ;
651- font-weight : 400 ;
652652}
653653
654654h3 {
@@ -744,31 +744,17 @@ a {
744744 @extend %link-hover ;
745745 }
746746 }
747- #page .categories & {
748- @extend %link-color ;
749- @extend %no-bottom-border ;
750- }
751- #tags & {
752- @extend %link-color ;
753- }
754- #page-category & {
755- @extend %link-color ;
756- @extend %no-bottom-border ;
757- }
758- #page-tag & {
759- @extend %link-color ;
760- @extend %no-bottom-border ;
761- }
747+ .categories & ,
748+ #page-category & ,
749+ #tags & ,
762750 #archives & {
763- @extend %link-color ;
764- @extend %no-bottom-border ;
751+ & :not (:hover ) {
752+ @extend %no-bottom-border ;
753+ }
765754 }
766755 .license-wrapper .license-text & :hover {
767756 @extend %link-hover ;
768757 }
769- #page .post-content & :hover {
770- @extend %link-hover ;
771- }
772758
773759} // a
774760
@@ -834,8 +820,8 @@ table {
834820 font-size : 0.85rem ;
835821 word-spacing : 1px ;
836822 a {
837- color : var ( -- link-color) ;
838- border-bottom : 1 px dotted var ( -- link-underline-color ) ;
823+ @extend % link-color ;
824+ @extend % link-underline ;
839825 & :not (:last-child ) {
840826 margin-right : 2px ;
841827 }
@@ -847,17 +833,19 @@ table {
847833
848834.post-content {
849835 line-height : 1.8 ;
850- font-size : 1rem ;
851836 margin-top : 2rem ;
852837 overflow-wrap : break-word ;
853838 word-wrap : break-word ;
854839 a {
855840 @extend %link-color ;
856- border-bottom : 1 px dotted var ( -- link-underline-color ) ;
841+ @extend % link-underline ;
857842 & :hover {
858843 @extend %link-hover ;
859844 }
860845 }
846+ p {
847+ font-size : 1.08rem ;
848+ }
861849}
862850
863851.tag :hover {
@@ -889,6 +877,10 @@ table {
889877 border : 1px solid !important ;
890878 padding : 0 3px 1px 3px ;
891879 border-radius : 3px ;
880+ color : var (--link-color );
881+ & :focus {
882+ box-shadow : none ;
883+ }
892884}
893885
894886/* --- Effects classes --- */
@@ -984,10 +976,6 @@ table {
984976 @include ml-mr (1.8rem );
985977 }
986978
987- .post-content {
988- font-size : 1.08rem ;
989- }
990-
991979 /* table text in small screens */
992980 div >table , p ~table {
993981 width : 100% ;
@@ -1287,6 +1275,10 @@ table {
12871275 }
12881276 }
12891277
1278+ .post-content p {
1279+ font-size : 1.03rem ;
1280+ }
1281+
12901282 footer >div .d-felx {
12911283 width : 85% ;
12921284 }
0 commit comments