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

Skip to content

Commit d809d36

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

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

webstatic/styles/default.css

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -109,30 +109,34 @@ h1 {
109109
font-family: Aleo;
110110
font-weight: bolder;
111111
text-shadow: 0 1px 0 #fff;
112-
text-align: center;
112+
text-align: center;
113+
border-bottom: 2px solid #ddd;
114+
line-height: 40px;
113115
}
114116
h2 {
115117
color: #419eda;
116118
font-family: Aleo;
117119
font-weight: bold;
118-
text-shadow: 0 1px 0 #fff;
120+
text-shadow: 0 1px 0 #fff;
121+
border-bottom: 2px solid #ddd;
122+
line-height: 40px;
119123
}
120124
h3 {
121125
color: #f04c5c;
122126
font-family: Aleo;
123127
font-weight: bold;
124-
text-shadow 95A7 : 0 1px 0 #fff;
128+
text-shadow: 0 1px 0 #fff;
125129
}
126130
h4 {
127131
font-family: Aleo;
128132
font-weight: bold;
129133
text-shadow: 0 1px 0 #fff;
130-
margin: 20px 0 15px 0
134+
margin: 20px 0 15px 0;
131135
}
132136
h5 {
133137
font-family: Aleo;
134138
font-size: bold;
135-
margin-bottom: 2px
139+
margin-bottom: 2px;
136140
}
137141
blockquote {
138142
border-left: 4px solid #e67e22;

0 commit comments

Comments
 (0)
0