mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-17 05:22:16 +00:00
Minor branding tweak
This commit is contained in:
@@ -277,10 +277,8 @@
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<div class="col-sm-offset-4 col-sm-8">
|
||||
<div class="checkbox">
|
||||
<label data-toggle="tooltip" title="Mark this event as a dry-hire, so it needs to be checked in at the end">
|
||||
{% render_field form.dry_hire %}{{ form.dry_hire.label }}
|
||||
</label>
|
||||
{{ form.dry_hire.label }} {% render_field form.dry_hire %}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -33,6 +33,25 @@ $fa-font-path: '/static/fonts';
|
||||
@import "node_modules/@fortawesome/fontawesome-free/scss/fontawesome";
|
||||
@import "node_modules/@fortawesome/fontawesome-free/scss/solid";
|
||||
|
||||
html {
|
||||
--brand: #3F58AA;
|
||||
scrollbar-color: #3F58AA Canvas !important;
|
||||
}
|
||||
|
||||
:root { accent-color: var(--brand); }
|
||||
:focus-visible { outline-color: var(--brand); }
|
||||
::selection { background-color: var(--brand); }
|
||||
::marker { color: var(--brand); }
|
||||
|
||||
:is(
|
||||
::-webkit-calendar-picker-indicator,
|
||||
::-webkit-clear-button,
|
||||
::-webkit-inner-spin-button,
|
||||
::-webkit-outer-spin-button
|
||||
) {
|
||||
color: var(--brand);
|
||||
}
|
||||
|
||||
@media screen and
|
||||
(prefers-reduced-motion: reduce),
|
||||
(update: slow) {
|
||||
|
||||
Reference in New Issue
Block a user