Skip to content

Commit

Permalink
add preview webp
Browse files Browse the repository at this point in the history
  • Loading branch information
pynappo committed Oct 29, 2024
1 parent abd491c commit 85c1b5e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion styles/canvas-lms/catppuccin.user.css
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,22 @@

color-scheme: if(@lookup = latte, light, dark);

/* for the preview
@import url("https://fonts.googleapis.com/css2?family=Flow+Circular&display=swap");
* {
font-family: "Flow Circular", cursive;
}
.ic-DashboardCard__header_image {
background-image: none !important;
}
.ic-avatar img {
display: none;
}
.ic-app-header__logomark {
background-image: none;
}
*/
/* GLOBALS/VARIABLES */
--ic-brand-primary: @accent-color;
--ic-brand-primary-lightened-15: lighten(@accent-color, 5%);
Expand Down Expand Up @@ -187,7 +203,7 @@
}
}

a[class$="link"]:not(.btn),
a[class$="link"]:not(.btn, .ic-DashboardCard__link),
a[class$="link"] > span,
button[class$="link"]:not(.btn),
a.external span {
Expand Down
Binary file modified styles/canvas-lms/preview.webp
Binary file not shown.

0 comments on commit 85c1b5e

Please sign in to comment.