Skip to content

Commit 809c808

Browse files
Add CSS role-developer and update role colors (#380)
* Add CSS `role-developer` and update role colors * Update docs/style.css Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --------- Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent d4e4195 commit 809c808

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

docs/about.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ <h3>
155155
<span aria-hidden="true">💾</span> Developers
156156
</h3>
157157
<div class="github-profile github-profile--medium">
158-
<a href="https://github.com/BaseMax" class="role-moderator">
158+
<a href="https://github.com/BaseMax" class="role-developer">
159159
<img class="github-avatar" src="https://avatars.githubusercontent.com/u/2658040?v=4&s=200" alt="Max Base avatar">
160160
<br>
161161
<span>Max Base</span>

docs/style.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,10 @@ form fieldset input[type='radio'] {
364364
color: red;
365365
}
366366
.role-board {
367-
color: #b9abff;
367+
color: #a020f0;
368+
}
369+
.role-developer {
370+
color: cyan;
368371
}
369372
.role-leader {
370373
color: #ed7014;

0 commit comments

Comments
 (0)