/ ‘theme-dark/templates/base.html’
This commit is contained in:
parent
8524c4e968
commit
8baa563637
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@
|
|||
|
||||
<script type="text/javascript">
|
||||
$(document).ready(function () {
|
||||
$('a[class*=external]').attr('target', '_blank').css('background-color', 'rgba(1, 1, 1, 0.1)');
|
||||
$('a[class*=external]').attr('target', '_blank').css('background-color', 'rgba(255, 255, 255, 0.1)');
|
||||
});
|
||||
</script>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue