File tree Expand file tree Collapse file tree 4 files changed +14
-20
lines changed Expand file tree Collapse file tree 4 files changed +14
-20
lines changed Original file line number Diff line number Diff line change @@ -38,14 +38,13 @@ const icons = {
38
38
--aside-bg: var(--color-background-info);
39
39
background-color: var(--aside-bg);
40
40
41
- display: flex;
42
- @apply p-4 gap-4 rounded-[4px ] text-info;
41
+ /* display: flex; */
42
+ @apply p-[30px] gap-4 rounded-[27px ] text-info;
43
43
}
44
44
45
- .title {
45
+ aside p .title {
46
46
font-weight: bold;
47
- font-size: 14px;
48
- text-transform: uppercase;
47
+ font-size: 18px;
49
48
}
50
49
51
50
aside p {
@@ -55,6 +54,7 @@ const icons = {
55
54
.icon {
56
55
flex-shrink: 0;
57
56
width: 1.5em;
57
+ margin-bottom: 10px;
58
58
}
59
59
.icon svg {
60
60
vertical-align: middle;
@@ -63,7 +63,7 @@ const icons = {
63
63
64
64
aside :global(a),
65
65
aside :global(a > code:not([class*="language"])) {
66
- @apply text-link;
66
+ @apply text-link underline ;
67
67
}
68
68
69
69
aside :global(p),
@@ -93,8 +93,8 @@ const icons = {
93
93
94
94
.asideContent :global(p) {
95
95
margin-bottom: 0;
96
- font-size: 14px ;
97
- line-height: 1.4 ;
96
+ font-size: 16px ;
97
+ line-height: 25px ;
98
98
}
99
99
100
100
.asideContent :global(p + p) {
Original file line number Diff line number Diff line change 5
5
--color-background-contrast : var (--blue-900 );
6
6
--color-background-warning : var (--yellow-100 );
7
7
--color-background-success : var (--green-100 );
8
- --color-background-info : var (--blue-100 );
8
+ --color-background-info : var (--orange-200 );
9
9
--color-background-disabled : var (--gray-200 );
10
10
}
Original file line number Diff line number Diff line change 30
30
--black : # 000000 ;
31
31
--black-100 : # 101010 ;
32
32
--orange-100 : # fcf1df ;
33
- --orange-200 : # fee9e0 ;
33
+ --orange-200 : # fff8f3 ;
34
34
--orange-300 : # f8a077 ;
35
35
--orange-400 : # ff684b ;
36
36
--orange-500 : # c58d49 ;
You can’t perform that action at this time.
0 commit comments