mirror of
https://github.com/9x/9x.github.io.git
synced 2026-09-02 09:04:33 +02:00
14 lines
143 B
CSS
14 lines
143 B
CSS
/* Theme */
|
|
|
|
main {
|
|
background: #FFEB3B;
|
|
color: #1E1E1E;
|
|
}
|
|
|
|
.icons-social a {
|
|
color: #1E1E1E;
|
|
}
|
|
|
|
.icons-social a svg path{
|
|
fill: #1E1E1E;
|
|
} |