You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: arise-source/config/main.css
+21-23Lines changed: 21 additions & 23 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,3 @@
1
-
2
1
/*** Core page styles to set the primary colours and styles to be inherited by everything else ***/
3
2
4
3
/* Core Styling */
@@ -10,8 +9,8 @@ body{
10
9
max-width:650px;
11
10
line-height:1.6;
12
11
font-size:18px;
13
-
color:#65f85a;
14
-
background-color:#121619;
12
+
color:#000000;
13
+
background-color:#ffffff;
15
14
padding:010px;
16
15
}
17
16
/********************************/
@@ -31,16 +30,15 @@ img {
31
30
}
32
31
33
32
code {
34
-
background-color:#293137;
33
+
background-color:#f5f5f5;
35
34
border-radius:16px;
36
35
padding-left:30px;
37
36
padding-right:30px;
38
37
line-height:2em;
39
-
40
38
padding-top:1px;
41
39
padding-bottom:1px;
42
-
color:#65f85a;
43
-
font-family:monospace;
40
+
color:#444444;
41
+
font-family:monospace;
44
42
}
45
43
46
44
pre {
@@ -53,34 +51,34 @@ pre {
53
51
}
54
52
55
53
blockquote {
56
-
border-left:1px solid #65f85a;
54
+
border-left:1px solid #000000;
57
55
display:block;
58
56
margin-top:1em;
59
57
margin-bottom:1em;
60
58
margin-left:30px;
61
59
padding-left:10px;
62
60
margin-right:40px;
63
61
font-style: italic;
64
-
color:#46ab3e;
62
+
color:#000000;
65
63
}
66
64
67
65
hr {
68
-
color:#65f85a;
66
+
color:#000000;
69
67
margin-left: auto;
70
68
margin-right: auto;
71
69
max-width:300px;
72
70
}
73
71
74
72
#endline { /* Special kind of <hr> for spacing out footnotes from the rest of a post */
75
-
color:#65f85a;
76
-
margin-left: auto;
73
+
color:#000000;
74
+
margin-left: auto;
77
75
margin-right: auto;
78
76
max-width:300px;
79
77
margin-top:80px;
80
78
}
81
79
82
80
a {
83
-
color:#b8f1b4
81
+
color:#000000;
84
82
}
85
83
86
84
h1{
@@ -93,19 +91,19 @@ h2,h3{
93
91
}
94
92
95
93
/* Style for inline dates. These are configured via a separate include file in /config/content_header.html. See notes on Arise page creation for more details. */
96
-
.date {
94
+
.date {
97
95
padding-bottom:0;
98
96
margin-bottom:0;
99
97
font-size:14px;
100
98
}
101
99
102
100
@media screen and (max-width:900px) {
103
-
.date {
101
+
.date {
104
102
text-align:right;
105
103
}
106
104
}
107
105
@media screen and (min-width:901px) {
108
-
.date {
106
+
.date {
109
107
float:right;
110
108
margin-left:30px;
111
109
}
@@ -118,27 +116,27 @@ h2,h3{
118
116
/*** Modular component styles. Includes styling for the headers, navigation controls, and footer. ***/
119
117
120
118
/* Site logo. Styled to responsively move to either left or be centred, depending if the page is being viewed on desktop or mobile respectively. */
0 commit comments