Skip to content

Commit

Permalink
add !important to .cm classes
Browse files Browse the repository at this point in the history
  • Loading branch information
thismoon committed Aug 23, 2024
1 parent 6840b40 commit 9667827
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions styles/rentry.co/catppuccin.user.css
Original file line number Diff line number Diff line change
Expand Up @@ -207,43 +207,43 @@
background-color: fade(@overlay2, 25%);
}
.cm-formatting-admonition {
color: @yellow;
color: @yellow !important;
}
.cm-mark {
color: @yellow;
color: @yellow !important;
}
.cm-link {
color: @blue;
color: @blue !important;
}
.cm-url {
color: @sky;
color: @sky !important;
}
.cm-formatting-toc {
color: @mauve;
color: @mauve !important;
}
.cm-variable-2 {
color: @green;
color: @green !important;
}
.cm-keyword {
color: @pink;
color: @pink !important;
}
.cm-meta {
color: @subtext0;
color: @subtext0 !important;
}
.cm-comment {
color: @pink !important;
}
.cm-hr {
color: @surface2;
color: @surface2 !important;
}
// markdown
.cm-header {
color: @text;
color: @text !important;
}
.cm-quote,
blockquote {
color: @green;
border-color: @green;
color: @green !important;
border-color: @green !important;
}
mark {
background: fade(@yellow, 25%);
Expand Down Expand Up @@ -348,7 +348,7 @@
.p {
color: @overlay2;
}
// Classes, Interfaces, Annotations, Metadata, Enums, Types
// Classes, Interfaces, Annotations, Metadata, Enums, Types
.cp {
color: @yellow;
}
Expand Down Expand Up @@ -405,7 +405,7 @@
color: @overlay2;
}
// Keyword
.k,
.k,
.kc,
.kd,
.kn,
Expand Down Expand Up @@ -449,7 +449,7 @@
.cpf {
color: @green;
}
.nc{
.nc {
color: @yellow;
}
// Methods, Functions
Expand All @@ -473,8 +473,8 @@
.sr {
color: @red;
}
pre{
color: @text !important
pre {
color: @text !important;
}
border-color: @surface0 !important;
}
Expand Down

0 comments on commit 9667827

Please sign in to comment.