/ ‘theme/templates/index.html’

This commit is contained in:
Dooho Yi 2020-05-01 00:01:35 +09:00
parent effa43d6d1
commit f1a866e413

View file

@ -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>