mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-16 19:51:07 +02:00
fix: text cut issue on iOS and update scrollbar color
This commit is contained in:
parent
3d2cec7908
commit
2a731b067a
8 changed files with 112 additions and 115 deletions
|
@ -12,15 +12,15 @@
|
|||
}
|
||||
|
||||
.scrollbar-light {
|
||||
--os-handle-bg: #C9C4C1;
|
||||
--os-handle-bg-hover: #B8B3B0;
|
||||
--os-handle-bg-active: #B8B3B0;
|
||||
--os-handle-bg: #CFC5BD;
|
||||
--os-handle-bg-hover: #ADA49E;
|
||||
--os-handle-bg-active: #ADA49E;
|
||||
}
|
||||
|
||||
.scrollbar-dark {
|
||||
--os-handle-bg: #383838;
|
||||
--os-handle-bg-hover: #464646;
|
||||
--os-handle-bg-active: #464646;
|
||||
--os-handle-bg: #2C2C2C;
|
||||
--os-handle-bg-hover: #3C3C3C;
|
||||
--os-handle-bg-active: #3C3C3C;
|
||||
}
|
||||
|
||||
@media (max-width: 1023px) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue