mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-09 00:59:02 +03:00
chore(release): version 0.32.0 (#183)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user