8000 Update styles. Page style more relaxed, good-looking · linuxerwang/docular@91fa79d · GitHub
[go: up one dir, main page]

Skip to content

Commit 91fa79d

Browse files
committed
Update styles. Page style more relaxed, good-looking
1 parent a5deebf commit 91fa79d

File tree

1 file changed

+15
-6
lines changed

1 file changed

+15
-6
lines changed

webstatic/styles/default.css

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -136,13 +136,22 @@ h5 {
136136
}
137137
blockquote {
138138
border-left: 4px solid #e67e22;
139-
color: #666666;
140-
line-height: 1.7em;
141-
margin: 5px 40px;
142-
padding-left: 8px;
139+
color: rgb(0, 0, 0);
140+
line-height: inherit;
141+
padding: 15px 15px 15px 1rem;
142+
border-left: 3px solid #dbdbdb;
143+
border-left-width: 5px;
144+
border-left-color: rgb(239, 112, 96);
145+
background: rgb(239, 235, 233);
146+
overflow: auto;
147+
word-break: normal;
143148
margin-inline-start: auto;
144149
margin-inline-end: auto;
145150
}
151+
blockquote p {
152+
margin: 0;
153+
padding: 0;
154+
}
146155
svg {
147156
font-family: Aleo, sans-serif;
148157
}
@@ -182,10 +191,10 @@ pre,code {
182191
pre {
183192
color: #333;
184193
width: 98%;
185-
padding: 5px 5px 10px 5px;
194+
padding: 10px 5px 10px 10px;
186195
margin: 15px 0;
187196
display: block;
188-
line-height: 18px;
197+
line-height: 20px;
189198
background: #F0F0F0;
190199
border-radius: 3px;
191200
border: 1px solid #ddd;

0 commit comments

Comments
 (0)
0