mirror of
https://codeberg.org/vlw/victorwesterlund.com.git
synced 2025-09-14 11:33:41 +02:00
38 lines
No EOL
919 B
HTML
38 lines
No EOL
919 B
HTML
<style>
|
|
body:not(.dark) .modal[data-page="contact_signal"] .inner {
|
|
--palette-inverted: 255,255,255;
|
|
--palette-background: 58,118,240;
|
|
|
|
--swatch-background: rgb(var(--palette-background));
|
|
--swatch-inverted: rgb(var(--palette-inverted));
|
|
}
|
|
|
|
body:not(.dark) .modal[data-page="contact_signal"] .button.solid {
|
|
background-color: var(--swatch-inverted);
|
|
color: var(--swatch-background);
|
|
}
|
|
|
|
.modal .inner > h1,
|
|
.modal .inner > p,
|
|
.modal .button.phantom {
|
|
color: var(--swatch-inverted);
|
|
}
|
|
|
|
/* ---- */
|
|
|
|
#logo_signal {
|
|
width: clamp(100px,50%,200px);
|
|
}
|
|
|
|
#number {
|
|
background: black;
|
|
padding: 10px 15px;
|
|
border-radius: 6px;
|
|
}
|
|
</style>
|
|
<img id="logo_signal" src="assets/img/icons/signal.svg"/>
|
|
<h1 id="number">+4670-2452459</h1>
|
|
<p>Signal is a free and encrypted message platform with apps for all major platforms.</p>
|
|
<div class="button solid" data-action="copyText">
|
|
<p>copy number</p>
|
|
</div> |