settings
https://gyazo.com/727691381f67618738546baff1b7c499
@see /Porin-Room/settings
@see /sno2wman/settings
code:style.css
@import url("https://scrapbox.io/api/code/did0es/settings/background.css");
@import url("https://scrapbox.io/api/code/did0es/settings/header.css");
@import url("https://scrapbox.io/api/code/did0es/settings/top.css");
@import url("https://scrapbox.io/api/code/did0es/settings/paper.css");
:root {
--tool-color: #ffffff !important;
--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;
background-color: #cccccc;
}
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)),
url("https://i.gyazo.com/727691381f67618738546baff1b7c499.png");
background-size: cover;
z-index: -999999;
}
code:header.css
.navbar {
background: #1d1d1d00;
}
code:top.css
.hover {
background: #ffffff40 !important;
}
.page-list-item > a {
background: #1d1d1d80 !important;
}
code:paper.css
.page {
background-color: #1d1d1d95;
}
.text {
color: #ffffff;
}
.line code {
background-color: #4F4F4F40;
color: #cccccc;
}
.line .indent-mark .dot {
background: #ffffff;
}
/* コードブロック全然良い色合いにならん */
.line .quote {
color: #cccccc;
background-color: #4F4F4F40 !important;
}
.line span.code-block {
background-color: #4F4F4F40 !important;
}
.grid li.relation-label.links a,
.grid li.relation-label a {
background-color: #1d1d1d40 !important;
}