mirror of
https://github.com/marktext/marktext.git
synced 2025-05-03 01:40:13 +08:00
Smaller scrollbars and hover color (#245)
This commit is contained in:
parent
2ebf8c841f
commit
2add5d5856
@ -18,10 +18,15 @@ body {
|
|||||||
::-webkit-scrollbar {
|
::-webkit-scrollbar {
|
||||||
background: rgb(43, 43, 43);
|
background: rgb(43, 43, 43);
|
||||||
}
|
}
|
||||||
|
::-webkit-scrollbar:vertical {
|
||||||
|
width: 12px;
|
||||||
|
}
|
||||||
::-webkit-scrollbar-thumb {
|
::-webkit-scrollbar-thumb {
|
||||||
background: rgb(55, 55, 55);
|
background: rgb(55, 55, 55);
|
||||||
}
|
}
|
||||||
|
::-webkit-scrollbar-thumb:hover {
|
||||||
|
background: #3F3F3F;
|
||||||
|
}
|
||||||
|
|
||||||
#ag-editor-id {
|
#ag-editor-id {
|
||||||
max-width: 860px;
|
max-width: 860px;
|
||||||
|
@ -19,10 +19,15 @@ body {
|
|||||||
::-webkit-scrollbar {
|
::-webkit-scrollbar {
|
||||||
background: rgb(252, 252, 252);
|
background: rgb(252, 252, 252);
|
||||||
}
|
}
|
||||||
|
::-webkit-scrollbar:vertical {
|
||||||
|
width: 12px;
|
||||||
|
}
|
||||||
::-webkit-scrollbar-thumb {
|
::-webkit-scrollbar-thumb {
|
||||||
background: #EBEEF5;
|
background: #EBEEF5;
|
||||||
}
|
}
|
||||||
|
::-webkit-scrollbar-thumb:hover {
|
||||||
|
background: #E1E4EA;
|
||||||
|
}
|
||||||
|
|
||||||
#ag-editor-id {
|
#ag-editor-id {
|
||||||
max-width: 860px;
|
max-width: 860px;
|
||||||
|
Loading…
Reference in New Issue
Block a user