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