mirror of
https://github.com/FranP-code/ChatGPT.git
synced 2025-10-13 00:13:25 +00:00
chore: markdown
This commit is contained in:
15
src/view/markdown/index.scss
vendored
Normal file
15
src/view/markdown/index.scss
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
|
||||
.md-task {
|
||||
margin-bottom: 5px;
|
||||
|
||||
.ant-breadcrumb-link {
|
||||
padding: 3px 5px;
|
||||
transition: all 300ms ease;
|
||||
border-radius: 4px;
|
||||
&:hover {
|
||||
color: rgba(0, 0, 0, 0.88);
|
||||
background-color: rgba(0, 0, 0, 0.06);
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user