/ ‘theme/templates/index.html’
This commit is contained in:
parent
effa43d6d1
commit
f1a866e413
1 changed files with 1 additions and 2 deletions
|
|
@ -15,7 +15,6 @@
|
|||
a {
|
||||
color: black;
|
||||
text-decoration: none;
|
||||
background-color: rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
|
||||
p {
|
||||
|
|
@ -59,7 +58,7 @@
|
|||
|
||||
<script type="text/javascript">
|
||||
$(document).ready(function () {
|
||||
$('a[class*=external]').attr('target', '_blank');
|
||||
$('a[class*=external]').attr('target', '_blank').css('background-color', 'rgba(0, 0, 0, 0.1)');
|
||||
});
|
||||
</script>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue