참고소스 수정본
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
<link rel="stylesheet" href="stylesheet1.css">
|
||||
<link rel="stylesheet" href="stylesheet2.css">
|
||||
<script>
|
||||
window.addEventListener('DOMContentLoaded', () => {
|
||||
// Force stylesheets to load.
|
||||
console.log(window.getComputedStyle(document.body).color);
|
||||
}, false);
|
||||
</script>
|
||||
Reference in New Issue
Block a user