mirror of
https://github.com/Unkn0wnCat/KevinK.dev.js.git
synced 2025-06-18 02:22:03 +02:00
Adjust accessibility
This commit is contained in:
parent
ffc7c9e291
commit
70f50b78bb
6 changed files with 42 additions and 14 deletions
|
@ -241,21 +241,46 @@
|
|||
color: #e52b3e;
|
||||
}
|
||||
|
||||
&.skill_language {
|
||||
color: #6848da;
|
||||
}
|
||||
|
||||
&.skill_platform {
|
||||
color: #e5752b;
|
||||
}
|
||||
|
||||
&.skill_os {
|
||||
color: #2b66e5;
|
||||
}
|
||||
|
||||
&.skill_program {
|
||||
color: #18bb20;
|
||||
}
|
||||
|
||||
&.skill_os {
|
||||
color: #6d94e9;
|
||||
}
|
||||
|
||||
&.skill_language {
|
||||
color: #886af5;
|
||||
}
|
||||
|
||||
|
||||
@media(prefers-color-scheme: light) {
|
||||
|
||||
&.skill_os {
|
||||
color: #2b66e5;
|
||||
}
|
||||
|
||||
&.skill_language {
|
||||
color: #6848da;
|
||||
}
|
||||
|
||||
&.skill_framework {
|
||||
color: #db1e31;
|
||||
}
|
||||
|
||||
&.skill_platform {
|
||||
color: #aa4f12;
|
||||
}
|
||||
|
||||
&.skill_program {
|
||||
color: #17681b;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue