Skip to content

Commit

Permalink
github-deploy-action-plus
Browse files Browse the repository at this point in the history
  • Loading branch information
github-deploy-action committed Sep 11, 2023
1 parent 2aa955e commit 5e4f334
Show file tree
Hide file tree
Showing 3 changed files with 43,417 additions and 42,767 deletions.
53,610 changes: 27,065 additions & 26,545 deletions plus/hazel.js

Large diffs are not rendered by default.

37 changes: 37 additions & 0 deletions plus/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2002,3 +2002,40 @@ svg.expandable path {
background: #f785ff;
}
}

/* live aid */

.env-entries-row {
position: absolute;
display: flex;
gap: 0.2em;
color: #c7b480;
}

.env-entry {
-webkit-mask-image: linear-gradient(to right, black 6.5em, transparent);
overflow: hidden;
max-width: 8em;
height: 1.4em;
border-bottom: 1px solid #0000;
border-top: 1px solid #0000;
}
.env-entry.res {
color: #7a6219 !important;
}
.env-entry.env {
color: #169fdc !important;
}

.env-entry:hover {
-webkit-mask-image: none;
position: relative;
background: rgb(240 231 214);
box-shadow: 0px 6px 14px #e2d9c4;
border-radius: 0.3em;
overflow: visible;
max-width: fit-content;
height: auto;
border-bottom: 1px solid #baac84;
border-top: 1px solid white;
}
Loading

0 comments on commit 5e4f334

Please sign in to comment.