settings
code:style.css
/* ============================================
ethnic4ever — spice-inspired theme
ターメリック / カルダモン / シナモン / パプリカ
============================================ */
:root {
/* --- 背景 --- */
/* --- ナビバー --- */
--search-form-bg: rgba(255,255,255,0.1);
--search-form-icon-focus-color: #e8d5a8; /* --- テキスト --- */
/* --- リンク --- */
/* --- カード --- */
--card-box-shadow-color: rgba(62,48,30,0.08);
/* --- コードブロック --- */
/* --- 引用 --- */
--quote-bg-color: rgba(196,154,42,0.06);
/* --- 関連リンクラベル --- */
/* --- ツールバー --- */
/* --- 新規作成ボタン --- */
/* --- テロメア --- */
--telomere-updated: rgba(196,154,42,0.5);
/* --- カーソル --- */
}
/* ===== フォント ===== */
html, body, code, kbd, pre, samp,
.tooltip, .editor, .grid li,
.list li.page-list-item,
.popup-menu, .stream {
font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
/* ===== 本文 ===== */
.line {
font-size: 15px;
line-height: 1.85;
}
/* ===== タイトル ===== */
.line.line-title, .text-input.line-title {
font-size: 22px;
font-weight: 700;
line-height: 1.5;
letter-spacing: 0.02em;
padding-bottom: 6px;
}
/* ===== 見出し(太字レベル) ===== */
.line strong {
font-weight: 700;
}
.line .level-1 strong {
font-size: 1.2em;
}
/* ===== リンク ===== */
.page-link {
font-weight: 500;
text-decoration: underline !important;
text-decoration-color: #2a6e3f !important; text-decoration-thickness: 1.5px !important;
text-underline-offset: 2px !important;
padding: 0 2px;
border-radius: 2px;
transition: background-color 0.15s, color 0.15s;
}
.page-link:hover {
background-color: rgba(196, 154, 42, 0.1);
}
/* ===== ページカード(一覧) ===== */
.grid li.page-list-item {
border-radius: 6px;
}
.grid li.page-list-item a .title {
font-weight: 500;
font-size: 14px;
}
/* ===== テーブル ===== */
.table-block table {
border-collapse: collapse;
width: 100%;
font-size: 14px;
line-height: 1.6;
}
.table-block table th {
background-color: rgba(196, 154, 42, 0.1);
font-weight: 700;
padding: 8px 12px;
text-align: left;
}
.table-block table td {
padding: 8px 12px;
}
.table-block table tr:nth-child(even) td {
background-color: rgba(62, 48, 30, 0.03);
}
/* ===== コードブロック ===== */
.line span.code-block code {
font-size: 13px;
line-height: 1.6;
tab-size: 2;
}
/* ===== ハッシュタグ ===== */
font-weight: 500;
}
/* ===== 箇条書きドット ===== */
.line .indent-mark .dot {
}
/* ===== 引用 ===== */
.line .quote {
padding-left: 8px;
}
/* ===== ページ本文の最大幅 ===== */
.editor {
max-width: 780px;
}