File tree 1 file changed +21
-7
lines changed
1 file changed +21
-7
lines changed Original file line number Diff line number Diff line change 30
30
}
31
31
32
32
.extDisabled {
33
- flex-grow : 1 ;
34
33
display : flex ;
35
34
flex-direction : column ;
36
35
align-items : center ;
37
36
justify-content : center ;
38
37
text-align : center ;
39
- padding : 16px ;
38
+ margin : auto ;
39
+ font-family : " Roboto Flex Variable" , sans-serif ;
40
+ color : #4d4d4d ;
40
41
41
42
h2 {
42
- font-size : 20px ;
43
+ color : inherit ;
44
+ font-size : 18px ;
45
+ font-style : normal ;
43
46
font-weight : 500 ;
47
+ line-height : 26px ;
48
+ margin : 0 ;
44
49
}
50
+
45
51
p {
46
- margin : 0 8px ;
52
+ margin : 8px 0 ;
47
53
}
48
54
49
55
pre {
50
- background : #e6e6e6 ;
56
+ background : #eee ;
51
57
margin : 12px ;
52
58
padding : 12px 16px ;
53
59
border-radius : 6px ;
60
+ user-select : text ;
54
61
55
62
@include darkTheme {
56
63
background : #383838 ;
57
64
}
58
65
}
59
66
60
67
a {
61
- color : var (--app-accent-green );
62
- text-decoration : none ;
68
+ color : #b044c2 ;
69
+
70
+ @include darkTheme {
71
+ color : #ac86f6 ;
72
+ }
73
+ }
74
+
75
+ @include darkTheme {
76
+ color : #ccc ;
63
77
}
64
78
}
65
79
You can’t perform that action at this time.
0 commit comments