/* ==UserStyle==
@name           linux.do - 添加 timeline 背景色
@namespace      https://github.com/utags
@version        1.0.0
@description    添加 timeline 背景色，快速识别，防止误触。
@author         Pipecraft
@license        MIT
@icon           https://www.google.com/s2/favicons?sz=64&domain=linux.do
@downloadURL https://update.greasyfork.org/scripts/554207/linuxdo%20-%20%E6%B7%BB%E5%8A%A0%20timeline%20%E8%83%8C%E6%99%AF%E8%89%B2.user.css
@updateURL https://update.greasyfork.org/scripts/554207/linuxdo%20-%20%E6%B7%BB%E5%8A%A0%20timeline%20%E8%83%8C%E6%99%AF%E8%89%B2.meta.css
==/UserStyle== */
@-moz-document domain("linux.do"), domain("idcflare.com") {
    .timeline-scrollarea-wrapper {
        background-color: aliceblue;
    }
}