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