Deleted the start page files since I use arc now. Updated Chubb's templates to look into their issues with images.
This commit is contained in:
@ -0,0 +1,33 @@
|
||||
{% include "header" %}
|
||||
{% include "account_tabs" %}
|
||||
|
||||
<main class="np-main np-subpage-container np-transcript">
|
||||
{% transcript %}
|
||||
</main>
|
||||
|
||||
{% include "footer" %}
|
||||
|
||||
<style>
|
||||
.mqTXK {
|
||||
display: none;
|
||||
}
|
||||
.hdamrx.hdamrx{
|
||||
color: #6e27c5;
|
||||
}
|
||||
.fyqyDA:focus {
|
||||
box-shadow: rgb(255, 255, 255) 0px 0px 0px 4px, #ffb619 0px 0px 0px 6px;
|
||||
}
|
||||
.fyqyDA.Button-dropdown:active,
|
||||
.fyqyDA.Button-dropdown.Button-active {
|
||||
background-color: #ffb619;
|
||||
border-color: #ffb619;
|
||||
color: rgb(255, 255, 255);
|
||||
}
|
||||
</style>
|
||||
<script>
|
||||
$(document).ready(function() {
|
||||
if(document.querySelector('[class="sc-ktCSKO iBNVtU Transcript_Caption"]').innerHTML.includes('Transcript for')) {
|
||||
document.querySelector('[class="sc-ktCSKO iBNVtU Transcript_Caption"]').innerHTML = "<h3 class='sc-ktCSKO iBNVtU Transcript_Caption'>Transcript</h3>";
|
||||
}
|
||||
});
|
||||
</script>
|
||||
Reference in New Issue
Block a user