/* FSU_Canvas_Default.css */
/* This file will contain CSS modifications to the Default Canvas Theme for FSU */


/* 2024-OCT-24 emkelly: Adding CSS to hide a broken img link inserted by the Qualtrics Course Evaluations LTI */
img.lti_tool_icon_large[alt="Qualtrics Course Evaluations"] {
  display: none;
}
