We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b12d86 commit 4ffc1e9Copy full SHA for 4ffc1e9
assets/css/style.scss
@@ -2,35 +2,4 @@
2
---
3
4
@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
27
28
-pre.highlight {
29
- background-color: #555;
30
31
-.wrapper {
32
- width: 1140px;
33
34
-section {
35
- width: 845px;
36
+@import url('https://almaceleste.github.io/assets/css/style.css')
0 commit comments