Line 655: |
Line 655: |
| } | | } |
| | | |
− | a, a:link, a:visited, a:focus, | + | a, a:link, a:visited, a:focus { |
− | a.external, a.external:link, a.external:visited, a.external:focus,
| |
− | .mw-parser-output a, .mw-parser-output a:link, .mw-parser-output a:visited, .mw-parser-output a:focus,
| |
− | .mw-parser-output a, .mw-parser-output a.external:link, .mw-parser-output a.external:visited, .mw-parser-output a.external:focus {
| |
| color: var(--primary-color) !important; | | color: var(--primary-color) !important; |
| } | | } |
Line 666: |
Line 663: |
| } | | } |
| | | |
− | #bodyContent a, #bodyContent a:link, #bodyContent a:visited, #bodyContent a:focus, | + | #bodyContent a, #bodyContent a:link, #bodyContent a:visited, #bodyContent a:focus { |
− | #bodyContent a.external, #bodyContent a.external:link, #bodyContent a.external:visited, #bodyContent a.external:focus,
| |
− | #bodyContent .mw-parser-output a, #bodyContent .mw-parser-output a:link, #bodyContent .mw-parser-output a:visited, #bodyContent .mw-parser-output a:focus,
| |
− | #bodyContent .mw-parser-output a, #bodyContent .mw-parser-output a.external:link, #bodyContent .mw-parser-output a.external:visited, #bodyContent .mw-parser-output a.external:focus {
| |
| text-decoration: underline; | | text-decoration: underline; |
| } | | } |
| | | |
− | #bodyContent a:hover, #bodyContent a.external:hover, #bodyContent .mw-parser-output a:hover, #bodyContent .mw-parser-output a.external:hover { | + | #bodyContent a:hover { |
| background-color: var(--secondary-color) !important; | | background-color: var(--secondary-color) !important; |
| text-decoration: none; | | text-decoration: none; |