We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
role-developer
1 parent d4e4195 commit 809c808Copy full SHA for 809c808
docs/about.html
@@ -155,7 +155,7 @@ <h3>
155
<span aria-hidden="true">💾</span> Developers
156
</h3>
157
<div class="github-profile github-profile--medium">
158
- <a href="https://github.com/BaseMax" class="role-moderator">
+ <a href="https://github.com/BaseMax" class="role-developer">
159
<img class="github-avatar" src="https://avatars.githubusercontent.com/u/2658040?v=4&s=200" alt="Max Base avatar">
160
<br>
161
<span>Max Base</span>
docs/style.css
@@ -364,7 +364,10 @@ form fieldset input[type='radio'] {
364
color: red;
365
}
366
.role-board {
367
- color: #b9abff;
+ color: #a020f0;
368
+}
369
+.role-developer {
370
+ color: cyan;
371
372
.role-leader {
373
color: #ed7014;
0 commit comments