mirror of
https://github.com/containrrr/watchtower.git
synced 2026-02-12 10:24:20 +01:00
Move static web assets to /web dir
This commit is contained in:
parent
130429b10a
commit
41ce5a3b32
13 changed files with 1 additions and 1 deletions
|
|
@ -1,51 +0,0 @@
|
|||
[data-md-color-scheme="containrrr"] {
|
||||
/* Primary and accent */
|
||||
--md-primary-fg-color: #406170;
|
||||
--md-primary-fg-color--light: #acbfc7;
|
||||
--md-primary-fg-color--dark: #003343;
|
||||
--md-accent-fg-color: #003343;
|
||||
--md-accent-fg-color--transparent: #00334310;
|
||||
|
||||
/* Typeset overrides */
|
||||
--md-typeset-a-color: var(--md-primary-fg-color);
|
||||
}
|
||||
|
||||
:root {
|
||||
--bs-primary: #406170 !important;
|
||||
--bs-primary-rgb: 3, 140, 127;
|
||||
|
||||
--bs-secondary: #acbfc7 !important;
|
||||
--bs-secondary-rgb: 64, 97, 112;
|
||||
|
||||
--bs-dark: #003343 !important;
|
||||
}
|
||||
|
||||
.btn-primary {
|
||||
--bs-btn-bg: #038C7F;
|
||||
--bs-btn-border-color: ##038C7F;
|
||||
--bs-btn-hover-bg: #02675d;
|
||||
--bs-btn-hover-border-color: #025a52;
|
||||
--bs-btn-active-bg: #025a52;
|
||||
--bs-btn-active-border-color: #025a52;
|
||||
--bs-btn-disabled-bg: #038C7F;
|
||||
--bs-btn-disabled-border-color: #038C7F;
|
||||
}
|
||||
|
||||
.btn-outline-primary {
|
||||
--bs-btn-color:#038C7F;
|
||||
--bs-btn-disabled-color:#038C7F;
|
||||
--bs-btn-border-color: #038C7F;
|
||||
--bs-btn-hover-bg: #02675d;
|
||||
--bs-btn-hover-border-color: #025a52;
|
||||
--bs-btn-active-bg: #025a52;
|
||||
--bs-btn-active-border-color: #025a52;
|
||||
--bs-btn-disabled-border-color: #038C7F;
|
||||
}
|
||||
|
||||
body {
|
||||
background-color: rgba(172, 191, 199, 0.5);
|
||||
}
|
||||
|
||||
.container-list-entry:hover .container-list-entry-icon .bi-box::before {
|
||||
content: "\F7D2" /* .bi-box-fill */
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue