Skip to content

Commit 9bf718c

Browse files
Update main.css
1 parent eda598a commit 9bf718c

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

arise-source/config/main.css

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ html * {
66
}
77

88
body {margin: 5% auto;
9-
font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
9+
font-family:-apple-system, BlinkMacSystemFont, Roboto, Helvetica, Arial, sans-serif;
1010
font-size: 1rem;
1111
line-height: 1.8;
1212
background-color: #ffffff;
@@ -61,13 +61,14 @@ h2 {
6161
h3 {
6262
font-size: 1em;
6363
}
64-
64+
/*
6565
hr {
6666
color:#000000;
6767
margin-left: auto;
6868
margin-right: auto;
6969
max-width: 300px;
7070
}
71+
*/
7172

7273
#endline { /* Special kind of <hr> for spacing out footnotes from the rest of a post */
7374
color:#000000;
@@ -76,17 +77,21 @@ hr {
7677
max-width: 300px;
7778
margin-top: 80px;
7879
}
79-
80+
/*
8081
a {
8182
color:#000000;
8283
}
83-
84+
*/
85+
a {
86+
color: black; text-decoration: underline;}
87+
88+
a:hover {border-bottom: 0;}
8489

8590
/* 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. */
8691
.date {
8792
padding-bottom:0;
8893
margin-bottom:0;
89-
font-size:14px;
94+
font-size:.8em;
9095
}
9196

9297
@media screen and (max-width: 900px) {

0 commit comments

Comments
 (0)