mirror of
https://github.com/gilbN/theme.park.git
synced 2024-11-20 01:52:32 +01:00
deploy: b435253310
This commit is contained in:
parent
df0af1916d
commit
9d8250eb13
1
.github/workflows/minify-and-deploy.yml
vendored
1
.github/workflows/minify-and-deploy.yml
vendored
@ -7,6 +7,7 @@ on:
|
||||
paths-ignore:
|
||||
- 'docker-mods/**'
|
||||
- '.vscode/**'
|
||||
- '.github/**'
|
||||
jobs:
|
||||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
|
@ -1,2 +1,2 @@
|
||||
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=e24ecc3c2ee67f03760411d185636407820a29dc");
|
||||
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=cf753f7c938a40bb61b3184ab44347706019f899");
|
||||
@import url("https://develop.theme-park.dev/css/theme-options/aquamarine.css?sha=e263f729d3f58f939c76a02c8ed89cb17b02fd5c");
|
@ -49,7 +49,7 @@ app-org-vault-groupings .card li.active>div a:first-of-type,
|
||||
.groupings .card li.active>a:first-of-type,
|
||||
.groupings .card li.active>div a:first-of-type,
|
||||
html[class*="theme_"] a {
|
||||
color: var(--link-color-hover);
|
||||
color: var(--link-color);
|
||||
}
|
||||
|
||||
html[class*="theme_"] app-vault-groupings .card li.active>a:first-of-type,
|
||||
@ -69,7 +69,8 @@ html[class*="theme_"] .table td>a:not(.badge) {
|
||||
color: var(--link-color);
|
||||
}
|
||||
|
||||
html[class*="theme_"] .table td>a:not(.badge):hover {
|
||||
html[class*="theme_"] .table td>a:not(.badge):hover,
|
||||
html[class*="theme_"] .card-header a:hover:not(.badge) {
|
||||
color: var(--link-color-hover);
|
||||
}
|
||||
|
||||
@ -531,7 +532,7 @@ html[class*="theme_"] .nav-tabs .nav-link.active {
|
||||
border-color: rgba(255, 255, 255, 0.15);
|
||||
}
|
||||
|
||||
.org-nav {
|
||||
html[class*="theme_"] .org-nav {
|
||||
background: var(--main-bg-color);
|
||||
background-repeat: repeat, no-repeat;
|
||||
background-attachment: fixed, fixed;
|
||||
@ -542,7 +543,9 @@ html[class*="theme_"] .nav-tabs .nav-link.active {
|
||||
-o-background-size: auto, cover;
|
||||
}
|
||||
|
||||
.org-nav .nav-tabs a {
|
||||
html[class*="theme_"] .org-nav .nav-tabs a,
|
||||
html[class*="theme_"] .org-nav .org-name span,
|
||||
html[class*="theme_"] .org-nav .nav-tabs a:not(.active) {
|
||||
color: var(--text);
|
||||
}
|
||||
|
||||
@ -570,6 +573,12 @@ app-org-vault-groupings .card li.active>div a:first-of-type {
|
||||
color: rgb(var(--accent-color));
|
||||
}
|
||||
|
||||
/* Font Awesome */
|
||||
|
||||
html[class*="theme_"] .table td [class*="fa-"] {
|
||||
color: rgb(var(--accent-color));
|
||||
}
|
||||
|
||||
/* PLACEHOLDER TEXT */
|
||||
input::-webkit-input-placeholder {
|
||||
color: var(--text);
|
||||
|
@ -1,2 +1,2 @@
|
||||
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=e24ecc3c2ee67f03760411d185636407820a29dc");
|
||||
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=cf753f7c938a40bb61b3184ab44347706019f899");
|
||||
@import url("https://develop.theme-park.dev/css/community-theme-options/blackberry-abyss.css?sha=b64eb1f01cbd66a9dd888a96e62bb05ccf749802");
|
@ -1,2 +1,2 @@
|
||||
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=e24ecc3c2ee67f03760411d185636407820a29dc");
|
||||
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=cf753f7c938a40bb61b3184ab44347706019f899");
|
||||
@import url("https://develop.theme-park.dev/css/community-theme-options/blackberry-amethyst.css?sha=1f1cd7d10acca7c00b54073724bb75e73c83a603");
|
@ -1,2 +1,2 @@
|
||||
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=e24ecc3c2ee67f03760411d185636407820a29dc");
|
||||
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=cf753f7c938a40bb61b3184ab44347706019f899");
|
||||
@import url("https://develop.theme-park.dev/css/community-theme-options/blackberry-carol.css?sha=0c7da8c7ad5257ee575adfed2e8ff3987fe3dfa1");
|
@ -1,2 +1,2 @@
|
||||
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=e24ecc3c2ee67f03760411d185636407820a29dc");
|
||||
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=cf753f7c938a40bb61b3184ab44347706019f899");
|
||||
@import url("https://develop.theme-park.dev/css/community-theme-options/blackberry-dreamscape.css?sha=adc24f5a940aa6f8e0061e4b1ad86126f95ba57f");
|
@ -1,2 +1,2 @@
|
||||
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=e24ecc3c2ee67f03760411d185636407820a29dc");
|
||||
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=cf753f7c938a40bb61b3184ab44347706019f899");
|
||||
@import url("https://develop.theme-park.dev/css/community-theme-options/blackberry-flamingo.css?sha=d075526c4af1caa77d1d6ccb11536b66aa993b99");
|
@ -1,2 +1,2 @@
|
||||
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=e24ecc3c2ee67f03760411d185636407820a29dc");
|
||||
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=cf753f7c938a40bb61b3184ab44347706019f899");
|
||||
@import url("https://develop.theme-park.dev/css/community-theme-options/blackberry-hearth.css?sha=5a139953a525ca38111fd2dfa815c686bc5dbb88");
|
@ -1,2 +1,2 @@
|
||||
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=e24ecc3c2ee67f03760411d185636407820a29dc");
|
||||
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=cf753f7c938a40bb61b3184ab44347706019f899");
|
||||
@import url("https://develop.theme-park.dev/css/community-theme-options/blackberry-martian.css?sha=6eb4cd0529632fca270378f66f777182f4e2fb3e");
|
@ -1,2 +1,2 @@
|
||||
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=e24ecc3c2ee67f03760411d185636407820a29dc");
|
||||
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=cf753f7c938a40bb61b3184ab44347706019f899");
|
||||
@import url("https://develop.theme-park.dev/css/community-theme-options/blackberry-pumpkin.css?sha=0e4c45af378262c4705bc538fdc3357e24613098");
|
@ -1,2 +1,2 @@
|
||||
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=e24ecc3c2ee67f03760411d185636407820a29dc");
|
||||
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=cf753f7c938a40bb61b3184ab44347706019f899");
|
||||
@import url("https://develop.theme-park.dev/css/community-theme-options/blackberry-royal.css?sha=6aebe0c7f1aa26cb9822b1e44ebd7ffa628d981a");
|
@ -1,2 +1,2 @@
|
||||
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=e24ecc3c2ee67f03760411d185636407820a29dc");
|
||||
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=cf753f7c938a40bb61b3184ab44347706019f899");
|
||||
@import url("https://develop.theme-park.dev/css/community-theme-options/blackberry-shadow.css?sha=b1ea4de97e26ef32b52edc79e0fb8aeee4a7d83d");
|
@ -1,2 +1,2 @@
|
||||
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=e24ecc3c2ee67f03760411d185636407820a29dc");
|
||||
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=cf753f7c938a40bb61b3184ab44347706019f899");
|
||||
@import url("https://develop.theme-park.dev/css/community-theme-options/blackberry-solar.css?sha=d53082caa15548ea53a518a9ca950eeab6a95059");
|
@ -1,2 +1,2 @@
|
||||
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=e24ecc3c2ee67f03760411d185636407820a29dc");
|
||||
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=cf753f7c938a40bb61b3184ab44347706019f899");
|
||||
@import url("https://develop.theme-park.dev/css/community-theme-options/blackberry-vanta.css?sha=5ae2f81e3d70a7a3f166ebfba6ae4ff050ea766d");
|
@ -1,2 +1,2 @@
|
||||
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=e24ecc3c2ee67f03760411d185636407820a29dc");
|
||||
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=cf753f7c938a40bb61b3184ab44347706019f899");
|
||||
@import url("https://develop.theme-park.dev/css/theme-options/dark.css?sha=08b228ea163be7beccc6bd88a6d002c4e172032e");
|
@ -1,2 +1,2 @@
|
||||
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=e24ecc3c2ee67f03760411d185636407820a29dc");
|
||||
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=cf753f7c938a40bb61b3184ab44347706019f899");
|
||||
@import url("https://develop.theme-park.dev/css/theme-options/dracula.css?sha=60d9ec4d3e22fe15d205242f41ce71d25c4cf056");
|
@ -1,2 +1,2 @@
|
||||
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=e24ecc3c2ee67f03760411d185636407820a29dc");
|
||||
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=cf753f7c938a40bb61b3184ab44347706019f899");
|
||||
@import url("https://develop.theme-park.dev/css/community-theme-options/hotline-old.css?sha=4befb6edb8a0b329baa4319e3c6fec9856f1d76f");
|
@ -1,2 +1,2 @@
|
||||
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=e24ecc3c2ee67f03760411d185636407820a29dc");
|
||||
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=cf753f7c938a40bb61b3184ab44347706019f899");
|
||||
@import url("https://develop.theme-park.dev/css/theme-options/hotline.css?sha=5cba20990e5a70eef88445d3df6c7bc72bc22ac9");
|
@ -1,2 +1,2 @@
|
||||
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=e24ecc3c2ee67f03760411d185636407820a29dc");
|
||||
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=cf753f7c938a40bb61b3184ab44347706019f899");
|
||||
@import url("https://develop.theme-park.dev/css/theme-options/hotpink.css?sha=18ffb7ff0cf9d4ae97f09c2ccb980d8bb0fd9d3e");
|
@ -1,2 +1,2 @@
|
||||
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=e24ecc3c2ee67f03760411d185636407820a29dc");
|
||||
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=cf753f7c938a40bb61b3184ab44347706019f899");
|
||||
@import url("https://develop.theme-park.dev/css/community-theme-options/mind.css?sha=6689c5111ff6eec40cce87e2ce7c659946fe00a1");
|
@ -1,2 +1,2 @@
|
||||
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=e24ecc3c2ee67f03760411d185636407820a29dc");
|
||||
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=cf753f7c938a40bb61b3184ab44347706019f899");
|
||||
@import url("https://develop.theme-park.dev/css/theme-options/nord.css?sha=dc62b646ac8f48d4e1e8722f305f8a174e1a4447");
|
@ -1,2 +1,2 @@
|
||||
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=e24ecc3c2ee67f03760411d185636407820a29dc");
|
||||
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=cf753f7c938a40bb61b3184ab44347706019f899");
|
||||
@import url("https://develop.theme-park.dev/css/community-theme-options/onedark.css?sha=7754291defa741c805bb0aec4d647ba27fec9cca");
|
@ -1,2 +1,2 @@
|
||||
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=e24ecc3c2ee67f03760411d185636407820a29dc");
|
||||
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=cf753f7c938a40bb61b3184ab44347706019f899");
|
||||
@import url("https://develop.theme-park.dev/css/theme-options/organizr.css?sha=2a1ee65a26780204509f713f7ea2d5ebdc5bd057");
|
@ -1,2 +1,2 @@
|
||||
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=e24ecc3c2ee67f03760411d185636407820a29dc");
|
||||
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=cf753f7c938a40bb61b3184ab44347706019f899");
|
||||
@import url("https://develop.theme-park.dev/css/theme-options/overseerr.css?sha=eedb2e0df6cc892903b8716a05184c61577ebe20");
|
@ -1,2 +1,2 @@
|
||||
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=e24ecc3c2ee67f03760411d185636407820a29dc");
|
||||
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=cf753f7c938a40bb61b3184ab44347706019f899");
|
||||
@import url("https://develop.theme-park.dev/css/community-theme-options/pine-shadow.css?sha=cc2adf274933630ff06539a244ba9fffff9090dc");
|
@ -1,2 +1,2 @@
|
||||
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=e24ecc3c2ee67f03760411d185636407820a29dc");
|
||||
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=cf753f7c938a40bb61b3184ab44347706019f899");
|
||||
@import url("https://develop.theme-park.dev/css/theme-options/plex.css?sha=bce3fc8daf82f424f1c86672ede9aa07ad0cfdae");
|
@ -1,2 +1,2 @@
|
||||
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=e24ecc3c2ee67f03760411d185636407820a29dc");
|
||||
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=cf753f7c938a40bb61b3184ab44347706019f899");
|
||||
@import url("https://develop.theme-park.dev/css/community-theme-options/power.css?sha=3dc209c5ab792d0fb00407f361dc5b75040054e2");
|
@ -1,2 +1,2 @@
|
||||
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=e24ecc3c2ee67f03760411d185636407820a29dc");
|
||||
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=cf753f7c938a40bb61b3184ab44347706019f899");
|
||||
@import url("https://develop.theme-park.dev/css/community-theme-options/reality.css?sha=cefddc8d27191a2e6fec826e80b2c83d107037c3");
|
@ -1,2 +1,2 @@
|
||||
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=e24ecc3c2ee67f03760411d185636407820a29dc");
|
||||
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=cf753f7c938a40bb61b3184ab44347706019f899");
|
||||
@import url("https://develop.theme-park.dev/css/community-theme-options/soul.css?sha=863105e7b6a608c6211d335be61cf6f0b3a5b629");
|
@ -1,2 +1,2 @@
|
||||
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=e24ecc3c2ee67f03760411d185636407820a29dc");
|
||||
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=cf753f7c938a40bb61b3184ab44347706019f899");
|
||||
@import url("https://develop.theme-park.dev/css/theme-options/space-gray.css?sha=8c996eb8d2c729fe95861ed683e2a8993a413c93");
|
@ -1,2 +1,2 @@
|
||||
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=e24ecc3c2ee67f03760411d185636407820a29dc");
|
||||
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=cf753f7c938a40bb61b3184ab44347706019f899");
|
||||
@import url("https://develop.theme-park.dev/css/community-theme-options/space.css?sha=5fadc3d68221e85c2ebb4b0d5649b985a7681d23");
|
@ -1,2 +1,2 @@
|
||||
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=e24ecc3c2ee67f03760411d185636407820a29dc");
|
||||
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=cf753f7c938a40bb61b3184ab44347706019f899");
|
||||
@import url("https://develop.theme-park.dev/css/community-theme-options/time.css?sha=ee60b4f5f6e787181abe2ce5f56abc8dcceabd98");
|
@ -1,2 +1,2 @@
|
||||
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=e24ecc3c2ee67f03760411d185636407820a29dc");
|
||||
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=cf753f7c938a40bb61b3184ab44347706019f899");
|
||||
@import url("https://develop.theme-park.dev/css/community-theme-options/trueblack.css?sha=de3a1b7f21d63c3c9d72c16e03f90c7309ceb695");
|
@ -188,7 +188,7 @@
|
||||
},
|
||||
"bitwarden": {
|
||||
"addons": {},
|
||||
"base_css": "https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=e24ecc3c2ee67f03760411d185636407820a29dc"
|
||||
"base_css": "https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=cf753f7c938a40bb61b3184ab44347706019f899"
|
||||
},
|
||||
"calibreweb": {
|
||||
"addons": {},
|
||||
|
Loading…
Reference in New Issue
Block a user