mirror of
https://github.com/danbee/danbarber.me.hugo.git
synced 2025-03-04 08:59:18 +00:00
23 lines
224 B
SCSS
23 lines
224 B
SCSS
.logo__wrapper {
|
|
width: 140px;
|
|
line-height: 0;
|
|
margin-bottom: 1em;
|
|
}
|
|
|
|
.logo__color_1 {
|
|
fill: #ff6800;
|
|
}
|
|
|
|
.logo__color_2 {
|
|
fill: #e8ff00;
|
|
}
|
|
|
|
.logo__color_3 {
|
|
fill: #00a9ff;
|
|
}
|
|
|
|
.logo__color_4 {
|
|
fill: #b346e2;
|
|
}
|
|
|