aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/less/all.less
diff options
context:
space:
mode:
Diffstat (limited to 'packages/website/less/all.less')
-rw-r--r--packages/website/less/all.less32
1 files changed, 21 insertions, 11 deletions
diff --git a/packages/website/less/all.less b/packages/website/less/all.less
index 7f2a8fc67..113dff0be 100644
--- a/packages/website/less/all.less
+++ b/packages/website/less/all.less
@@ -61,7 +61,8 @@ a {
*/
::-webkit-scrollbar {
-webkit-appearance: none;
- width: 7px;
+ width: 4px;
+ height: 2px;
}
::-webkit-scrollbar-thumb {
border-radius: 4px;
@@ -85,19 +86,28 @@ a {
}
code {
- font-family: 'Roboto';
- background-color: #f3f4f4;
- color: rgb(36, 41, 46);
- padding: 3px;
-
- &.hljs {
- background-color: #dde4e9 !important; // blue gray
- border-left: 5px solid #0091ea !important; // colors.lightBlueA700
- padding: 30px;
- }
+ border: 1px solid #e3eefe;
+ font-family: 'Roboto Mono';
+ background-color: #f2f6ff !important; // lightBlue
}
#wiki {
+ p {
+ color: #515151; // grey750
+ fontsize: 15;
+ }
+
+ a {
+ color: #1d5cde; // linkBlue
+ }
+
+ h1,
+ h2,
+ h3,
+ h4 {
+ padding-top: 15px;
+ }
+
p,
blockquote,
ol,