Unverified Commit 1ed4ffac authored by Lauri Timmanee's avatar Lauri Timmanee
Browse files

Issue #3196425 by andrewmacpherson, Gauravmahlawat, ranjith_kumar_k_u,...

Issue #3196425 by andrewmacpherson, Gauravmahlawat, ranjith_kumar_k_u, mherchel, Lendude: Remove ::selection style from Olivero
parent 1992dda9
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -16,11 +16,6 @@
  box-sizing: border-box;
}

::selection {
  color: white;
  background-color: #0d77b5;
}

html {
  font-family: "metropolis", sans-serif;
  font-size: 100%;
+0 −5
Original line number Diff line number Diff line
@@ -11,11 +11,6 @@
  box-sizing: border-box;
}

::selection {
  color: white;
  background-color: var(--color--blue-20);
}

html {
  font-family: var(--font-sans);
  font-size: 100%;