Skip to content

Commit 8b93f04

Browse files
created new branch
1 parent 124be99 commit 8b93f04

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

djangoproject/scss/_style.scss

+11
Original file line numberDiff line numberDiff line change
@@ -3537,9 +3537,20 @@ ul.corporate-members li {
35373537
align-items: center;
35383538
background: var(--community-img-bg);
35393539
border-radius: 20px;
3540+
// transition: background-color 2.5s ease;
35403541
}
35413542

3543+
// .community-cta:hover {
3544+
// background-color: var(--secondary);
3545+
// }
3546+
3547+
// main
3548+
35423549
.community-cta svg, h3 {
35433550
color: var(--community-img-fg);
35443551
}
3552+
3553+
// .svg-hide {
3554+
// display: none;
3555+
// }
35453556
}

djangoproject/templates/base.html

-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@
128128
<symbol viewBox="0 0 24 24" id="icon-moon"><path d="M0 0h24v24H0z" fill="currentColor"/><path d="M10 7a7 7 0 0 0 12 4.9v.1c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2h.1A6.979 6.979 0 0 0 10 7zm-6 5a8 8 0 0 0 15.062 3.762A9 9 0 0 1 8.238 4.938 7.999 7.999 0 0 0 4 12z"/></symbol>
129129
<symbol viewBox="0 0 24 24" id="icon-sun"><path d="M0 0h24v24H0z" fill="currentColor"/><path d="M12 18a6 6 0 1 1 0-12 6 6 0 0 1 0 12zm0-2a4 4 0 1 0 0-8 4 4 0 0 0 0 8zM11 1h2v3h-2V1zm0 19h2v3h-2v-3zM3.515 4.929l1.414-1.414L7.05 5.636 5.636 7.05 3.515 4.93zM16.95 18.364l1.414-1.414 2.121 2.121-1.414 1.414-2.121-2.121zm2.121-14.85l1.414 1.415-2.121 2.121-1.414-1.414 2.121-2.121zM5.636 16.95l1.414 1.414-2.121 2.121-1.414-1.414 2.121-2.121zM23 11v2h-3v-2h3zM4 11v2H1v-2h3z"/></symbol>
130130
</svg>
131-
<!-- END SVGs -->
132131

133132
{% block footer %}
134133
{% include "includes/footer.html" %}

0 commit comments

Comments
 (0)