diff --git a/packages/demo-todomvc-linaria/src/components/MainSection.tsx b/packages/demo-todomvc-linaria/src/components/MainSection.tsx index a68b432..eccde02 100644 --- a/packages/demo-todomvc-linaria/src/components/MainSection.tsx +++ b/packages/demo-todomvc-linaria/src/components/MainSection.tsx @@ -14,42 +14,9 @@ const main = css` `; const todosHeader = css` - /* :global() { - page { - width: 281.69px; - } - } */ - :global() { - page { - width: 281.69px; - & html { - height: 1px; - } - } - } - - &:empty::before { - content: '\feff'; - } - - /* animation: 1s ease 1 backwards normal zoomIn; - @keyframes zoomIn { - from { - opacity: 0; - transform: scale(0.94); - } - - 50% { - opacity: var(--opacity); - } - - to { - transform: scale(var(--scale)); - } - } */ padding: 10px 0; width: 100%; - font-size: 203rpx; /* no */ + font-size: 203rpx; font-weight: 100; text-align: center; color: rgba(175, 47, 47, 0.15);