Skip to content

Commit 0bf2842

Browse files
Update main.css
1 parent 8688d6d commit 0bf2842

File tree

1 file changed

+21
-23
lines changed

1 file changed

+21
-23
lines changed

arise-source/config/main.css

Lines changed: 21 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
/*** Core page styles to set the primary colours and styles to be inherited by everything else ***/
32

43
/* Core Styling */
@@ -10,8 +9,8 @@ body{
109
max-width:650px;
1110
line-height:1.6;
1211
font-size:18px;
13-
color:#65f85a;
14-
background-color:#121619;
12+
color:#000000;
13+
background-color:#ffffff;
1514
padding:0 10px;
1615
}
1716
/********************************/
@@ -31,16 +30,15 @@ img {
3130
}
3231

3332
code {
34-
background-color:#293137;
33+
background-color:#f5f5f5;
3534
border-radius:16px;
3635
padding-left:30px;
3736
padding-right:30px;
3837
line-height:2em;
39-
4038
padding-top:1px;
4139
padding-bottom:1px;
42-
color:#65f85a;
43-
font-family:monospace;
40+
color:#444444;
41+
font-family:monospace;
4442
}
4543

4644
pre {
@@ -53,34 +51,34 @@ pre {
5351
}
5452

5553
blockquote {
56-
border-left:1px solid #65f85a;
54+
border-left:1px solid #000000;
5755
display:block;
5856
margin-top: 1em;
5957
margin-bottom: 1em;
6058
margin-left: 30px;
6159
padding-left: 10px;
6260
margin-right: 40px;
6361
font-style: italic;
64-
color:#46ab3e;
62+
color:#000000;
6563
}
6664

6765
hr {
68-
color:#65f85a;
66+
color:#000000;
6967
margin-left: auto;
7068
margin-right: auto;
7169
max-width: 300px;
7270
}
7371

7472
#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;
7775
margin-right: auto;
7876
max-width: 300px;
7977
margin-top: 80px;
8078
}
8179

8280
a {
83-
color:#b8f1b4
81+
color:#000000;
8482
}
8583

8684
h1{
@@ -93,19 +91,19 @@ h2,h3{
9391
}
9492

9593
/* 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 {
9795
padding-bottom:0;
9896
margin-bottom:0;
9997
font-size:14px;
10098
}
10199

102100
@media screen and (max-width: 900px) {
103-
.date {
101+
.date {
104102
text-align:right;
105103
}
106104
}
107105
@media screen and (min-width: 901px) {
108-
.date {
106+
.date {
109107
float:right;
110108
margin-left:30px;
111109
}
@@ -118,27 +116,27 @@ h2,h3{
118116
/*** Modular component styles. Includes styling for the headers, navigation controls, and footer. ***/
119117

120118
/* Site logo. Styled to responsively move to either left or be centred, depending if the page is being viewed on desktop or mobile respectively. */
121-
.logo {
119+
.logo {
122120
margin-bottom:20px;
123121
text-align:center;
124122
}
125123

126124
/* Navbar styling. */
127125
.topbar {
128126
padding-right:10px;
129-
border-top:1px solid #65f85a;
130-
border-bottom:1px solid #65f85a;
127+
border-top:1px solid #000000;
128+
border-bottom:1px solid #000000;
131129
margin-bottom:20px;
132130
text-align:center;
133131
}
134132
.topbar a {
135-
color:#65f85a;
136-
text-decoration:none;
133+
color:#000000;
134+
text-decoration:none;
137135
}
138136

139137
/* Site footer styling */
140138
.footer {
141-
border-top:2px solid #65f85a;
139+
border-top:2px solid #000000;
142140
font-size:12px;
143141
margin-top:120px;
144142
text-align:center;
@@ -153,7 +151,7 @@ text-decoration:none;
153151
/* Arise Index Style */
154152
.arise-toc-td {
155153
border-width: 1px;
156-
border-color: #65f85a;
154+
border-color: #000000;
157155
border-top-style: solid;
158156
text-align: center;
159157
padding-right: 10px;

0 commit comments

Comments
 (0)