Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Fentaniao committed Jan 26, 2022
1 parent f1aa61f commit 1858393
Show file tree
Hide file tree
Showing 4 changed files with 104 additions and 3 deletions.
1 change: 0 additions & 1 deletion Preview.md
Expand Up @@ -28,7 +28,6 @@ Industrial Angle, rounded/chamfered for easier assembly. Instead of sharp edges

- Both provide light and dark mode, and also ink mode.


## Effect

### Context
Expand Down
45 changes: 44 additions & 1 deletion liquid-dark.css
Expand Up @@ -50,4 +50,47 @@

::-webkit-scrollbar-thumb:hover {
background: rgba(157, 165, 183, 0.7);
}
}


/* 源代码按钮 */
.typora-sourceview-on #toggle-sourceview-btn,
#footer-word-count:hover,
.ty-show-word-count #footer-word-count {
background: #333333;
}

/* new export menu in setting */
.export-detail {
color: var(--text-color) !important;
background: transparent !important;
}

.export-item.active {
background: var(--Mica) !important;
border-radius: 6px !important;
}

.export-detail textarea{
background: transparent;
border-radius: 6px;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.export-items-list-control {
background: var(--Mica) !important;
border-radius: 6px !important;
}

.icon-dot-3:before {
color: var(--text-color);
background: var(--Mica) !important;
z-index: 1;
}

.row.text-input select {
background: var(--Mica) !important;
width: 510px !important;
}


10 changes: 9 additions & 1 deletion liquid/CodeMirror-dark.css
Expand Up @@ -135,4 +135,12 @@

.md-fences .code-tooltip {
background-color: #263238;
}
}



/* selected text */
.CodeMirror-selected,
.CodeMirror-selectedtext {
background: var(--blue) !important;
}
51 changes: 51 additions & 0 deletions release/liquid-dark.css
Expand Up @@ -187,6 +187,14 @@ footer {
background-color: #263238;
}



/* selected text */
.CodeMirror-selected,
.CodeMirror-selectedtext {
background: var(--blue) !important;
}

@font-face {
font-family: 'JetBrains Mono';
font-style: normal;
Expand Down Expand Up @@ -823,3 +831,46 @@ pre {
background: rgba(157, 165, 183, 0.7);
}


/* 源代码按钮 */
.typora-sourceview-on #toggle-sourceview-btn,
#footer-word-count:hover,
.ty-show-word-count #footer-word-count {
background: #333333;
}

/* new export menu in setting */
.export-detail {
color: var(--text-color) !important;
background: transparent !important;
}

.export-item.active {
background: var(--Mica) !important;
border-radius: 6px !important;
}

.export-detail textarea{
background: transparent;
border-radius: 6px;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.export-items-list-control {
background: var(--Mica) !important;
border-radius: 6px !important;
}

.icon-dot-3:before {
color: var(--text-color);
background: var(--Mica) !important;
z-index: 1;
}

.row.text-input select {
background: var(--Mica) !important;
width: 510px !important;
}



0 comments on commit 1858393

Please sign in to comment.