From c7dba6d5de8a6edfccf2404e938779a9390c5902 Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Sat, 17 Sep 2022 11:31:43 +0800 Subject: [PATCH] website: update commamnd style. --- website/src/commands/css.tsx | 2 +- website/src/commands/theme.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/website/src/commands/css.tsx b/website/src/commands/css.tsx index 88aa919..bff978b 100644 --- a/website/src/commands/css.tsx +++ b/website/src/commands/css.tsx @@ -4,7 +4,7 @@ import styled from 'styled-components'; const Link = styled(NavLink)` font-size: 0.8rem; - line-height: 0.8rem; + line-height: 0.7rem; text-decoration: none; padding: 0.18rem 0.3rem; &:hover { diff --git a/website/src/commands/theme.tsx b/website/src/commands/theme.tsx index d584460..c9a7acf 100644 --- a/website/src/commands/theme.tsx +++ b/website/src/commands/theme.tsx @@ -12,7 +12,7 @@ const Select = styled.select` padding: 0 0.2rem 0 0.2rem; margin: 0; font-family: inherit; - font-size: 0.8rem; + font-size: 0.7rem; outline: none; height: 1.15rem; cursor: inherit;