| | |
| | | padding: 2rem auto 1rem; |
| | | |
| | | &:hover > .hanchor { |
| | | opacity: 1; |
| | | color: var(--secondary); |
| | | } |
| | | } |
| | | |
| | | .hanchor { |
| | | font-family: var(--font-header); |
| | | opacity: 0.2; |
| | | transition: opacity 0.3s ease; |
| | | color: var(--secondary); |
| | | opacity: 0.8; |
| | | transition: color 0.3s ease; |
| | | color: var(--dark); |
| | | } |
| | | |
| | | p, ul, text, a, tr, td, li, ol, ul { |
| | |
| | | background-color: transparent !important; |
| | | } |
| | | |
| | | & a[href$="#"] { |
| | | & a[href$="#"], &.active a { |
| | | opacity: 0.2; |
| | | } |
| | | } |
| | |
| | | |
| | | article { |
| | | & > h1 { |
| | | margin-top: 2em; |
| | | font-size: 2em; |
| | | } |
| | | |
| | |
| | | margin-top: 2em; |
| | | padding-left: 0; |
| | | |
| | | & > li { |
| | | margin-bottom: 1em; |
| | | } |
| | | |
| | | & > .section { |
| | | display: flex; |
| | | align-items: center; |
| | | |
| | | & h3 > a { |
| | | font-weight: 700; |
| | | margin: 0; |
| | | } |
| | | |
| | | & p { |
| | | margin: 0; |
| | | padding-right: 1em; |
| | | flex-basis: 6em; |
| | | .section-li { |
| | | margin-bottom: 1em; |
| | | |
| | | & > .section { |
| | | display: flex; |
| | | align-items: center; |
| | | |
| | | @media all and (max-width: 600px) { |
| | | & .tags { |
| | | display: none; |
| | | } |
| | | } |
| | | |
| | | & h3 { |
| | | opacity: 1; |
| | | & h3 > a { |
| | | font-weight: 700; |
| | | margin: 0em; |
| | | margin: 0; |
| | | } |
| | | |
| | | & p { |
| | | margin: 0; |
| | | padding-right: 1em; |
| | | flex-basis: 6em; |
| | | } |
| | | } |
| | | |
| | | & .meta { |
| | | opacity: 0.6; |
| | | } |
| | | & h3 { |
| | | opacity: 1; |
| | | font-weight: 700; |
| | | margin: 0em; |
| | | } |
| | | |
| | | & .meta { |
| | | opacity: 0.6; |
| | | } |
| | | } |
| | | |