diff --git a/asset/config/styles.css b/asset/config/styles.css index c528b0f..a88496a 100644 --- a/asset/config/styles.css +++ b/asset/config/styles.css @@ -51,6 +51,12 @@ i, img, video, i::before, header, footer { background-color: var(--scrollbar); } +* { + scrollbar-width: thin; + scrollbar-color: var(--scrollbar) var(--background-secondary); +} + + * { padding: 0; margin: 0; diff --git a/asset/modal/active.js b/asset/modal/active.js new file mode 100644 index 0000000..fdc463d --- /dev/null +++ b/asset/modal/active.js @@ -0,0 +1,15 @@ +const FlModal = { + open(){ + document + .querySelector('.rmodal-orverlay') + .classList + .add('active') + + }, + close(){ + document + .querySelector('.rmodal-orverlay') + .classList + .remove('active') + } +} \ No newline at end of file diff --git a/asset/modal/report.css b/asset/modal/report.css index fc8e7c7..951d4d6 100644 --- a/asset/modal/report.css +++ b/asset/modal/report.css @@ -67,6 +67,11 @@ overflow: auto; } +.rmodal { + scrollbar-width: thin; + scrollbar-color: var(--scrollbar) transparent; +} + .rmodal::-webkit-scrollbar { width: 16px; background: transparent; @@ -106,11 +111,15 @@ font-size: 1.2rem; color: var(--color-one); + + padding: 5px 6.9px; } .report_modal-header button:hover { transition: 0.5s; color: var(--color-detail); + background-color: var(--background-primary); + border-radius: 5px; } .report_modal-main div { diff --git a/contato.html b/contato.html index 752c6c2..f91fa0a 100644 --- a/contato.html +++ b/contato.html @@ -119,16 +119,16 @@
Site protegido pelo Google reCaptcha privacidade e termo de uso.