Skip to content

notion.so by Tracy

Details

AuthorTracy

LicenseNo License

Categoryuserstyles

Created

Updated

Code size638 B

Code checksum4811e5d8

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

A new userstyle

Notes

Userstyle doesn't have notes.

Source code

/* 改變 Notion 資料庫表格的線條顏色 */
.notion-table-view table {
    border-color: black !important;
}

.notion-table-view th,
.notion-table-view td {
    border: 1px solid black !important;
    /* 修改所有邊框為黑色 */
}

/* 修改表單模式的字體顏色 */
.notion-table-view th,
.notion-table-view td,
.notion-form-input {
    color: black !important;
}
/* ==UserStyle==
@name           notion.so
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */
@-moz-document domain("notion.so") {
    /* 在此插入程式碼…… */
}

Reviews

No reviews yet.