Skip to content

Commit

Permalink
fix(style): Make scrollbar colors match MDN (#1132)
Browse files Browse the repository at this point in the history
Co-authored-by: Queen Vinyl Da.i'gyu-Kazotetsu <[email protected]>
  • Loading branch information
NiedziolkaMichal and queengooborg authored Jun 9, 2023
1 parent 09eddda commit 29b044d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions editor/css/editor-libs/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@
--text-primary-green: #007936;
--text-primary-blue: #0069c2;
--text-primary-yellow: #746a00;
color-scheme: light;
}

.theme-dark {
Expand Down Expand Up @@ -225,6 +226,7 @@
--text-primary-green: #00d061;
--text-primary-blue: #8cb4ff;
--text-primary-yellow: #c7b700;
color-scheme: dark;
}

@media (prefers-color-scheme: light) {
Expand Down Expand Up @@ -345,6 +347,7 @@
--text-primary-green: #007936;
--text-primary-blue: #0069c2;
--text-primary-yellow: #746a00;
color-scheme: light;
}
}

Expand Down Expand Up @@ -439,6 +442,7 @@
--text-primary-blue: #8cb4ff;
--text-primary-yellow: #c7b700;
--selection-background-color: #233244;
color-scheme: dark;
}
}

Expand Down

0 comments on commit 29b044d

Please sign in to comment.