From 7d26cb0e52953ae80e741e12deee04933220d701 Mon Sep 17 00:00:00 2001 From: Paul W Date: Mon, 16 May 2022 14:24:17 -0400 Subject: [PATCH] Remove canvas --- notes/instructure-canvas.md | 78 ------------------------------------- 1 file changed, 78 deletions(-) delete mode 100644 notes/instructure-canvas.md diff --git a/notes/instructure-canvas.md b/notes/instructure-canvas.md deleted file mode 100644 index fde38c5..0000000 --- a/notes/instructure-canvas.md +++ /dev/null @@ -1,78 +0,0 @@ ---- -title: Instructure Canvas ---- - -## [WIP] Basic Dark Mode Stylesheet - -```css - -:root { - --tm-bg: #333333; - --tm-col: #EEEEEE; - --tm-href: #42d3ff; -} -a { - color: var(--tm-href); -} -body, -#breadcrumbs, -.yyQPt_cSXm, -.Grouping-styles__title, -.ic-Dashboard-header__layout, -.with-left-side #left-side, -.PlannerHeader-styles__root, -.PlannerItem-styles__root, -.EmptyDays-styles__root, -.fLzZc_bGBk, -.jpyTq_bGBk, -.eoNrR_blJt, -.dLyYq_bXiG, -.Day-styles__root { - color: var(--tm-col); - background-color: var(--tm-bg); -} -.dLyYq_bGBk { - background-color: transparent; -} -.Grouping-styles__title::after { - display: none -} - -.eHiXd_dnnz, -a.eHiXd_dnnz, -button.eHiXd_dnnz, -button.eHiXd_dnnz[type="button"], -button.eHiXd_dnnz[type="reset"], -button.eHiXd_dnnz[type="submit"] { - color: var(--tm-col); -} - -.eHiXd_eYmo, -a.eHiXd_eYmo, -button.eHiXd_eYmo, -button.eHiXd_eYmo[type="button"], -button.eHiXd_eYmo[type="reset"], -button.eHiXd_eYmo[type="submit"] { - background: var(--tm-bg); - border-color: var(--tm-col); - color: var(--tm-col); -} - -.PlannerItem-styles__due, -.PlannerItem-styles__score { - color: var(--tm-col); -} -.eHiXd_brAJ, -a.eHiXd_brAJ, -button.eHiXd_brAJ, -button.eHiXd_brAJ[type="button"], -button.eHiXd_brAJ[type="reset"], -button.eHiXd_brAJ[type="submit"] { - color: var(--tm-href); -} - -.yyQPt_cSXm { - color: var(--tm-bg); -} - -``` \ No newline at end of file