We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c7eba8 commit cc61aadCopy full SHA for cc61aad
pages/docs/[doc].tsx
@@ -41,7 +41,11 @@ const ReactMarkdownContainer = styled.div`
41
}
42
43
code {
44
- font-size: 1.3em;
+ display: inline-block;
45
+ padding: 0.1em 0.5em;
46
+ background: #0001;
47
+ border-radius: 0.5em;
48
+ font-size: 1.2em;
49
50
51
/* @media only screen and (max-width: 600px) {
@@ -53,7 +57,9 @@ const ReactMarkdownContainer = styled.div`
53
57
a {
54
58
padding: 0.3em 0;
55
59
color: #186eee;
56
- text-decoration: 1px solid underline;
60
+ &:hover {
61
+ color: black;
62
+ }
63
64
65
hr {
@@ -95,6 +101,7 @@ const SidebarHolder = styled.div`
95
101
z-index: 100;
96
102
backdrop-filter: blur(50px);
97
103
height: 100%;
104
+ overflow: auto;
98
105
position: fixed;
99
106
padding: 1em;
100
107
transform: translateX(0);
0 commit comments