/ ‘theme-dark/templates/base.html’

This commit is contained in:
Dooho Yi 2020-05-10 12:48:10 +09:00
parent e7cc9d8644
commit 290fedf425

View file

@ -53,7 +53,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, 0, 0.3)'); $('a[class*=external]').attr('target', '_blank').css('background-color', 'rgba(255, 255, 255, 0.3)');
}); });
</script> </script>