This commit is contained in:
2026-03-29 18:58:04 +09:00
parent ea29619419
commit 82fcc2016b
2 changed files with 9 additions and 1 deletions

View File

@@ -229,6 +229,14 @@
.narrow-height {
line-height: 0;
}
.unselectable {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.hide {
display: none;
}

View File

@@ -19,7 +19,7 @@
{% endblock %}
{% block content %}
<p class="text-small text-bold"><a href="/" class="text-no-decoration">← ホーム</a></p>
<p class="text-highlight big-text"><span class="text-lowlight">"</span>{{ get_daily_quote() }}<span class="text-lowlight">"</span></p>
<p class="text-highlight big-text"><span class="text-lowlight unselectable">"</span>{{ get_daily_quote() }}<span class="text-lowlight unselectable">"</span></p>
<div class="block">
<p>日替わり迷言集です。毎日0:00 UTCに更新されます。</p>
</div>