diff options
| author | Pitu <[email protected]> | 2020-12-25 20:45:22 +0900 |
|---|---|---|
| committer | Pitu <[email protected]> | 2020-12-25 20:45:22 +0900 |
| commit | ec2f9e0d989792c1760b48e063467cf6e59c580a (patch) | |
| tree | 6f447aeebe9af7be57ba15e23851a4611568ec3e /src/site/assets | |
| parent | chore: style changes (diff) | |
| download | host.fuwn.me-ec2f9e0d989792c1760b48e063467cf6e59c580a.tar.xz host.fuwn.me-ec2f9e0d989792c1760b48e063467cf6e59c580a.zip | |
Rebrand
Diffstat (limited to 'src/site/assets')
| -rw-r--r-- | src/site/assets/images/logo.png | bin | 45536 -> 11306 bytes | |||
| -rw-r--r-- | src/site/assets/styles/_bulma_colors_extender.scss | 10 | ||||
| -rw-r--r-- | src/site/assets/styles/style.scss | 16 |
3 files changed, 13 insertions, 13 deletions
diff --git a/src/site/assets/images/logo.png b/src/site/assets/images/logo.png Binary files differindex eedc960..f72de04 100644 --- a/src/site/assets/images/logo.png +++ b/src/site/assets/images/logo.png diff --git a/src/site/assets/styles/_bulma_colors_extender.scss b/src/site/assets/styles/_bulma_colors_extender.scss index 69dbd1e..815e063 100644 --- a/src/site/assets/styles/_bulma_colors_extender.scss +++ b/src/site/assets/styles/_bulma_colors_extender.scss @@ -3,14 +3,14 @@ @import "../../../node_modules/bulma/sass/utilities/functions"; // Setup our custom colors -$lolisafe: #323846; -$lolisafe-invert: findColorInvert($lolisafe); +$chibisafe: #323846; +$chibisafe-invert: findColorInvert($chibisafe); // XXX: EXPERIMENTAL, CHECK IF WE NEED ORIGINAL PRIMARY ANYWHERE -// $primary: $lolisafe; -// $primary-invert: $lolisafe-invert; +// $primary: $chibisafe; +// $primary-invert: $chibisafe-invert; // declare custom colors $custom-colors: ( - "lolisafe":($lolisafe, $lolisafe-invert) + "chibisafe":($chibisafe, $chibisafe-invert) ); diff --git a/src/site/assets/styles/style.scss b/src/site/assets/styles/style.scss index 6056379..79d0c8d 100644 --- a/src/site/assets/styles/style.scss +++ b/src/site/assets/styles/style.scss @@ -269,9 +269,9 @@ table.table { } } -.lolisafe-input input, -.lolisafe-select select, -.lolisafe-textarea textarea { +.chibisafe-input input, +.chibisafe-select select, +.chibisafe-textarea textarea { border: 2px solid #21252d; border-radius: 0.3em !important; background: rgba(0, 0, 0, 0.15); @@ -287,7 +287,7 @@ table.table { } } -.lolisafe-input .icon { +.chibisafe-input .icon { color: #323846 !important; } @@ -368,15 +368,15 @@ table.table { align-items: center; } -.lolisafe-on-border.field.is-floating-label .label:before { - background-color: $lolisafe; +.chibisafe-on-border.field.is-floating-label .label:before { + background-color: $chibisafe; } -.is-lolisafe.divider::after, .is-lolisafe.divider::before { +.is-chibisafe.divider::after, .is-chibisafe.divider::before { background-color: #21252d; } -.lolisafe.taginput { +.chibisafe.taginput { .taginput-container { background-color: #21252d; border: 2px solid #21252d; |