mirror of
https://github.com/mgrove36/bbc-young-reporter.git
synced 2026-03-03 11:27:06 +00:00
Add external tab link to external links
This commit is contained in:
@@ -18,6 +18,10 @@ a {
|
|||||||
color: var(--mdc-theme-secondary);
|
color: var(--mdc-theme-secondary);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a[href^="http"] ::after{
|
||||||
|
content: "<i class='material-icons'>open_in_new</i>"
|
||||||
|
}
|
||||||
|
|
||||||
.mdc-list-group h3 {
|
.mdc-list-group h3 {
|
||||||
margin: 20px 16px auto 16px;
|
margin: 20px 16px auto 16px;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
|
|||||||
Reference in New Issue
Block a user