Skip to content

Commit

Permalink
like pull request conceptualspace#49 from original repo
Browse files Browse the repository at this point in the history
  • Loading branch information
SerafDosSantos committed Jan 31, 2023
1 parent 6705205 commit 5f971de
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ h1 {
}

.folderTitle {
opacity: 0.85;
opacity: 0.80;
font-weight: bold;
transition: padding 160ms ease, outline 160ms ease;
margin: 12px;
Expand All @@ -109,6 +109,8 @@ h1 {

.activeFolder {
opacity: 1;
font-size: larger;
font-weight: bolder;
}

#deleteFolderModalName {
Expand Down Expand Up @@ -527,4 +529,3 @@ input:focus + .inputBorder, .expand:focus .inputBorder {
vertical-align: middle;
padding-left: 10px;
}

0 comments on commit 5f971de

Please sign in to comment.