summary refs log tree commit diff stats
path: root/assets
diff options
context:
space:
mode:
Diffstat (limited to 'assets')
-rw-r--r--assets/index.css10
1 files changed, 5 insertions, 5 deletions
diff --git a/assets/index.css b/assets/index.css
index 3e9ef70..971615f 100644
--- a/assets/index.css
+++ b/assets/index.css
@@ -4,7 +4,7 @@ html {
   background-color: black;
   padding-left: 25%;
   padding-right: 25%;
-  color: lime;
+  color: orange;
 }
 
 @media only screen and (max-width: 900px) {
@@ -36,8 +36,8 @@ li {
 }
 
 a {
-  color: lime;
-  text-decoration: underline dotted lime;
+  color: orange;
+  text-decoration: underline dotted orange;
 }
 
 img {
@@ -68,7 +68,7 @@ blockquote {
 pre,
 code {
   color: black;
-  background-color: lime;
+  background-color: orange;
 }
 
 pre {
@@ -77,4 +77,4 @@ pre {
 
 :not(pre)>code {
   padding: 5px;
-}
\ No newline at end of file
+}
'>a410d093 ^
1c44d556 ^

a410d093 ^


1c44d556 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57