/ ‘theme-dark/templates/base.html’
This commit is contained in:
parent
11875611b7
commit
221919c056
1 changed files with 5 additions and 1 deletions
|
|
@ -31,6 +31,10 @@
|
||||||
opacity: 0.4;
|
opacity: 0.4;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a.exlink {
|
||||||
|
background-color: rgba(255, 20, 147, 0.15);
|
||||||
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
@ -61,7 +65,7 @@
|
||||||
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
$(document).ready(function () {
|
$(document).ready(function () {
|
||||||
$('a[class*=external]').attr('target', '_blank').css('background-color', 'rgba(255, 255, 255, 0.3)');
|
$("a[class*=external]").attr("target", "_blank").addClass("exlink");
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue