.scroll-grid .tg-hourmarker:nth-child(11) {
border-top: 2px solid red; /* 線を太くして赤にする */
}
ああああ by kaname
Details
Authorkaname
LicenseNo License
Categoryカレンダー赤線
Created
Updated
Size371 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name chromewebstore.google.com/detail/stylus/clngdbkpkpeebahjckkjfobafhncgmne
@version 20240927.00.51
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://calendar.google.com/calendar/u/0/r/week") {
.scroll-grid .tg-hourmarker:nth-child(11) {
border-top: 2px solid red;
/* 線を太くして赤にする */
}
}