From 9d36efb8093a789a8f5cadbe2e246e1adabdbce1 Mon Sep 17 00:00:00 2001 From: syui Date: Sat, 6 Apr 2024 07:34:07 +0900 Subject: [PATCH] fix --- content/term.md | 2 +- static/css/style.css | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/content/term.md b/content/term.md index ea056211..0920562b 100644 --- a/content/term.md +++ b/content/term.md @@ -4,7 +4,7 @@ slug = "term" date = "2023-12-23" +++ - + diff --git a/static/css/style.css b/static/css/style.css index 528df498..7e2497ee 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -1130,3 +1130,24 @@ li.commit { text-align: center; color: #fff; } + +::-webkit-scrollbar { + width: 10px; + height: 10px; + display: none; +} +::-webkit-scrollbar-button:start:decrement, +::-webkit-scrollbar-button:end:increment { + height: 30px; + background-color: transparent; +} +::-webkit-scrollbar-track-piece { + background-color: #3b3b3b; + -webkit-border-radius: 16px; +} +::-webkit-scrollbar-thumb:vertical { + height: 50px; + background-color: #666; + border: 1px solid #eee; + -webkit-border-radius: 6px; +}