Aaron Pham
2024-02-06 52ef6d1b6f2c4be99426929fc98b17dc7e7e96fc
quartz/styles/base.scss
@@ -26,7 +26,7 @@
}
::selection {
  background: color-mix(in srgb, var(--tertiary) 60%, transparent);
  background: color-mix(in srgb, var(--tertiary) 60%, rgba(255, 255, 255, 0));
  color: var(--darkgray);
}
@@ -54,7 +54,7 @@
}
a {
  font-weight: 600;
  font-weight: $boldWeight;
  text-decoration: none;
  transition: color 0.2s ease;
  color: var(--secondary);