サイトテーマ
@import url("https://br-jpwiki.github.io/files/theme/super-liminal/super-liminal.css");
 
:root {
  --header-title: "BR-JP Sandbox";
  --header-subtitle: "ようこそ、下書きの山へ。";
  --dark-color-3: 56, 107, 56;
}
 
/* Content Panel */
 
.content-panel.standalone {
  box-sizing: border-box;
  padding: 1rem 2rem;
  margin: 0.625rem 0;
  background: rgb(var(--light-color-2));
  border: rgba(var(--blockquote-border-color)) var(--blockquote-border-width) solid;
  border-radius: 0.625rem;
}
 
.content-panel.centered {
  text-align: center;
}
特に明記しない限り、このページのコンテンツは次のライセンスの下にあります: Creative Commons Attribution-ShareAlike 3.0 License