mirror of
https://github.com/marktext/marktext.git
synced 2025-05-09 03:50:07 +08:00
parent
e79b33f337
commit
72c9d94b14
@ -144,16 +144,16 @@
|
||||
border-right: 1px solid #181a1f !important;
|
||||
}
|
||||
.left-column ul > li > svg {
|
||||
color: rgba(215, 218, 224, 0.6) !important;
|
||||
fill: rgba(215, 218, 224, 0.6) !important;
|
||||
}
|
||||
.left-column ul > li:hover > svg {
|
||||
color: #d7dae0 !important;
|
||||
fill: #d7dae0 !important;
|
||||
}
|
||||
.left-column ul > li:hover > svg {
|
||||
color: #d7dae0 !important;
|
||||
fill: #d7dae0 !important;
|
||||
}
|
||||
.left-column ul > li.active > svg {
|
||||
color: #4d78cc !important;
|
||||
fill: #4d78cc !important;
|
||||
}
|
||||
|
||||
.open-project button.button-primary,
|
||||
|
@ -185,15 +185,12 @@ export default {
|
||||
& > svg {
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
fill: var(--sideBarIconColor);
|
||||
opacity: 1;
|
||||
color: var(--sideBarIconColor);
|
||||
transition: transform .25s ease-in-out;
|
||||
}
|
||||
&:hover > svg {
|
||||
color: var(--themeColor);
|
||||
}
|
||||
&.active > svg {
|
||||
color: var(--themeColor);
|
||||
fill: var(--themeColor);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user