/* ==UserStyle==
@name Site style
@description Site style
@author -
@namespace https://ren-user-css.pages.dev/site.user.css
@version 1.1.20251027190042
==/UserStyle== */
body {
  font-family: system-ui, sans-serif;
  margin: 1rem;
}
ul {
  padding: 0;
  max-width: 600px;
}
ul > li {
  list-style-type: none;
}
ul > li + li {
  padding-top: 1rem;
}
ul > li > a {
  text-decoration: none;
  display: block;
  color: inherit;
  padding: 1rem;
  background-color: hsla(210, 90%, 80%, 0.2);
}
ul > li > a:hover {
  background-color: hsla(210, 90%, 80%, 0.5);
}
ul > li > a > h2,
ul > li > a > p {
  font-size: 1rem;
  margin: 0;
}
