テンプレート:飲食店一覧ページ/styles.css
提供: 川西図鑑
その他の操作
.search-intro p {
margin: 4px 0;
}
/* --- 検索説明文(ライトテーマ) --- */
html.skin-theme-clientpref-day .search-intro {
background: #f7f9fc;
padding: 12px 16px;
border-radius: 8px;
margin-bottom: 20px;
font-size: 0.95rem;
line-height: 1.6;
}
/* --- 検索説明文(ダークテーマ) --- */
html.skin-theme-clientpref-night .search-intro {
background: #1f2430;
color: #e5e7eb;
padding: 12px 16px;
border-radius: 8px;
margin-bottom: 20px;
font-size: 0.95rem;
line-height: 1.6;
}
@media (prefers-color-scheme: dark) {
html.skin-theme-clientpref-os .search-intro {
background: #1f2430;
color: #e5e7eb;
padding: 12px 16px;
border-radius: 8px;
margin-bottom: 20px;
font-size: 0.95rem;
line-height: 1.6;
}
}