Line 178: |
Line 178: |
| font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important; | | font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important; |
| background: #fff !important; | | background: #fff !important; |
− | }
| |
− |
| |
− | a {
| |
− | color: #0B2027 !important;
| |
− | text-decoration: none;
| |
− | }
| |
− |
| |
− |
| |
− |
| |
− | a:hover {
| |
− | /* color: #40798C !important; */
| |
− | color: #A5668B !important;
| |
− | text-decoration: underline;
| |
− | }
| |
− |
| |
− | h1 {
| |
− | border: 0px !important;
| |
− | font-family: 'Arial' !important;
| |
− | font-weight: 700 !important;
| |
− | font-size: 36px !important;
| |
− | }
| |
− |
| |
− | h2 {
| |
− | border: 0px !important;
| |
− | font-family: 'Arial' !important;
| |
− | font-weight: 400 !important;
| |
− | font-size: 26px !important;
| |
− | }
| |
− |
| |
− | h3 {
| |
− | border: 0px !important;
| |
− | font-family: 'Arial' !important;
| |
− | font-weight: 400 !important;
| |
− | font-size: 16px !important;
| |
− | }
| |
− |
| |
− | #content h3 {
| |
− | font-size: 20px !important;
| |
| } | | } |
| | | |
Line 666: |
Line 628: |
| h1, h2, h3, h4, h5, h6 { | | h1, h2, h3, h4, h5, h6 { |
| color: var(--main-primary-color); | | color: var(--main-primary-color); |
| + | border: 0px !important; |
| + | font-family: 'Arial' !important; |
| + | } |
| + | |
| + | h1 { |
| + | font-weight: 700 !important; |
| + | font-size: 36px !important; |
| + | } |
| + | |
| + | h2 { |
| + | font-weight: 400 !important; |
| + | font-size: 26px !important; |
| + | } |
| + | |
| + | h3 { |
| + | font-weight: 400 !important; |
| + | font-size: 16px !important; |
| + | } |
| + | |
| + | #content h3 { |
| + | font-size: 20px !important; |
| } | | } |
| | | |
Line 674: |
Line 657: |
| a:hover { | | a:hover { |
| color: var(--main-secondary-color); | | color: var(--main-secondary-color); |
| + | text-decoration: underline; |
| } | | } |
| | | |