Skip to content

Commit 4ffc1e9

Browse files
committedJun 19, 2020
changed site style to common css
1 parent 8b12d86 commit 4ffc1e9

File tree

1 file changed

+1
-32
lines changed

1 file changed

+1
-32
lines changed
 

‎assets/css/style.scss

+1-32
Original file line numberDiff line numberDiff line change
@@ -2,35 +2,4 @@
22
---
33

44
@import "{{ site.theme }}";
5-
6-
a:hover {
7-
color: deepskyblue;
8-
font-weight: unset;
9-
text-shadow: 0 0 1px #111, 0 0 3px #111, 0 0 5px #111, 0 0 5px #111;
10-
}
11-
a img:hover {
12-
filter: drop-shadow(0 0 3px deepskyblue);
13-
}
14-
a small {
15-
color: #999;
16-
}
17-
body {
18-
background-color: #333;
19-
color: lightgray;
20-
text-shadow: 0 0 1px #222, 0 0 3px #222, 0 0 5px #222, 0 0 5px #222;
21-
}
22-
code {
23-
color: navajowhite;
24-
}
25-
h3, h4, h5, h6 {
26-
color: lightgray;
27-
}
28-
pre.highlight {
29-
background-color: #555;
30-
}
31-
.wrapper {
32-
width: 1140px;
33-
}
34-
section {
35-
width: 845px;
36-
}
5+
@import url('https://almaceleste.github.io/assets/css/style.css')

0 commit comments

Comments
 (0)