]>
Commit | Line | Data |
---|---|---|
1 | #logo { | |
2 | width: 100%; | |
3 | max-width: 600px; | |
4 | max-height: 150px; | |
5 | } | |
6 | ||
7 | #mind path { stroke: none } | |
8 | #coding path { fill: #FFF } | |
9 | #circle { stroke: #FFF } | |
10 | #head { fill: #FFF } | |
11 | ||
12 | .logo-light #mind path { stroke: #373435 } | |
13 | .logo-light #coding path { fill: #373435 } | |
14 | .logo-light #circle { stroke: #373435 } | |
15 | .logo-light #head { fill: #373435 } |