松浦 知也 Matsuura Tomoya
2024-02-05 ba836dd3e0cda5df23f6d34539809d36805d230e
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);