chore(release): version 0.32.0 (#183)

This commit is contained in:
sigoden
2023-02-24 08:21:57 +08:00
committed by GitHub
parent e468d823cc
commit 65da9bedee
5 changed files with 33 additions and 4 deletions

View File

@@ -58,8 +58,8 @@ body {
margin-right: 10px;
}
.toolbox > a,
.toolbox > div {
.toolbox>a,
.toolbox>div {
/* vertically align with breadcrumb text */
height: 1.1rem;
}
@@ -253,6 +253,10 @@ body {
fill: #fff;
}
.head {
background-color: #111;
}
.searchbar {
background-color: #111;
border-color: #fff6;
@@ -269,4 +273,9 @@ body {
.paths-table tbody tr:hover {
background-color: #1a1a1a;
}
.editor {
background: black;
color: white;
}
}