<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Eduexe Browser - v6.0.1 - 2022-05-27
Copyright 2022 Eduserwis Spj
All rights reserved
*/

/*
Eduexe course styles for WCAG
*/

.eduexe-course-title {
  color: black !important;
}

.eduexe-sco-title {
  color: black !important;
}

.el-image-caption {
  color: black !important;
}

.eduexe-course-title:focus {
  outline: 2px solid red;
}

.eduexe-sco-title:focus {
  outline: 2px solid red;
}

.el-element-header:focus {
  outline: 2px solid red;
}

.el-text-content:focus {
  outline: 2px solid red;
}</pre></body></html>