settings
https://gyazo.com/727691381f67618738546baff1b7c499
code:style.css
:root {
--new-button-bg: #455870 !important; --new-button-vertical-color: #ffffff !important; --new-button-horizontal-color: #ffffff !important; --card-title-bg: #455870 !important; --search-form-bg: #455870 !important; }
.cursor {
width: 3px;
}
code:background.css
body::before {
content: "";
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: no-repeat linear-gradient(0deg, rgba(11, 11, 11, 0.5), rgba(11, 11, 11, 0.5)),
background-size: cover;
z-index: -999999;
}
code:header.css
.navbar {
}
code:top.css
.hover {
}
.page-list-item > a {
}
code:paper.css
.page {
}
.text {
}
.line code {
}
.line .indent-mark .dot {
}
/* コードブロック全然良い色合いにならん */
.line .quote {
}
.line span.code-block {
}
.grid li.relation-label.links a,
.grid li.relation-label a {
}