Commit febc4d5c2300d89e61c3d25ca09429b34349e97e
1 parent
b8d002a6
Exists in
master
and in
6 other branches
put the right column title in the top
Showing
1 changed file
with
4 additions
and
1 deletions
Show diff stats
src/app/index.scss
... | ... | @@ -260,7 +260,10 @@ body { |
260 | 260 | // Theme |
261 | 261 | @each $category, $color in $categories { |
262 | 262 | .#{$category} { |
263 | - .color-theme-fg { color: $color; } | |
263 | + .color-theme-fg { | |
264 | + color: $color; | |
265 | + margin-top: 0px; | |
266 | + } | |
264 | 267 | .color-theme-bg { background-color: $color;} |
265 | 268 | .color-theme-bg-complementar-1 { background-color: map-get($categories-complementary-1, $category);} |
266 | 269 | .color-theme-bg-complementar-2 { background-color: map-get($categories-complementary-2, $category);} | ... | ... |