Greasy Fork

Greasy Fork is available in English.

linux.do - 添加 timeline 背景色

添加 timeline 背景色,快速识别,防止误触。

/* ==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
==/UserStyle== */
@-moz-document domain("linux.do"), domain("idcflare.com") {
    .timeline-scrollarea-wrapper {
        background-color: aliceblue;
    }
}