mirror of
https://github.com/daylinmorgan/logo.git
synced 2024-11-09 16:13:16 -06:00
9 lines
91 B
CSS
9 lines
91 B
CSS
/* dark css */
|
|
.background {
|
|
fill: #1e1e2e;
|
|
}
|
|
|
|
.fg {
|
|
fill:#f5e0dc;
|
|
stroke:#f5e0dc;
|
|
}
|