<!-- .github/pull_request_template.md --> ## Description <!-- Provide a clear description of the changes in this PR --> ## DCO Affirmation I affirm that all code in every commit of this pull request conforms to the terms of the Topoteretes Developer Certificate of Origin. --------- Co-authored-by: Igor Ilic <30923996+dexters1@users.noreply.github.com>
5 lines
99 B
CSS
5 lines
99 B
CSS
|
|
.divider {
|
|
height: 1px;
|
|
background: linear-gradient(90deg, #6510F4 0.52%, #0DFF00 103.83%);
|
|
}
|