Skip to content

Commit eee3fa1

Browse files
Update header.html
1 parent 16d28b2 commit eee3fa1

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

arise-source/config/header.html

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,39 @@
4545

4646
<!-- Styesheet+Logo -->
4747
<style>
48+
<!--
49+
/*
4850
html * {font-family:monospace,sans-serif;}
4951
body {background-color:#121619;margin:40px auto;max-width:650px;padding:0 10px;color:#65f85a;}
5052
a {color:#b8f1b4;}
5153
hr {color:#65f85a;}
5254
.topbar a {color:#65f85a;}
55+
*/ -->
56+
/* css for my website */
57+
html {
58+
font-size: 100%;
59+
}
60+
61+
body {margin: 5% auto;
62+
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
63+
font-size: 1rem;
64+
line-height: 1.8;
65+
text-shadow: 0 1px 0 #ffffff;
66+
max-width: 75%;
67+
}
68+
69+
pre, code {
70+
background-color: lightgrey;
71+
padding: 0.25rem5 0.5rem;
72+
border-radius: 0.25rem;
73+
font-family: monospace;
74+
font-size: 1rem;
75+
}
76+
77+
a {
78+
color: black; text-decoration: underline;}
79+
80+
a:hover {border-bottom: 0;}
5381
</style>
5482
<link rel="stylesheet" href="/config/main.css">
5583
<div class="logo"><a href="/"><img src="/config/logo.png" /></a></div>

0 commit comments

Comments
 (0)