Skip to content

Commit adedba7

Browse files
committed
seesion 1 writeup
1 parent 487f635 commit adedba7

File tree

3 files changed

+768
-43
lines changed

3 files changed

+768
-43
lines changed

docs/css/main_theme.css

+29-26
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
11
#content {
2-
margin: 2em auto;
3-
max-width: 40em;
4-
padding: 1em 2em 1em;
5-
font: 14pt/1.4 helvetica, sans-serif;
6-
text-align: justify;
7-
background: #fff;
2+
margin: 1em auto;
3+
max-width: 40em;
4+
padding: 1em 2em 1em;
5+
font: 14pt/1.4 helvetica, sans-serif;
6+
text-align: justify;
7+
background: #fff;
8+
color: #020202;
89
}
910

1011
h1,h2,h3 {
11-
line-height: 1.2;
12+
line-height: 1.2;
1213
}
1314

14-
code {
15-
font-size: 13pt;
16-
font-family: monospace;
15+
code, pre{
16+
font-size: 12pt;
17+
font-family: monospace;
1718
}
1819

1920
/* Navigation Bar */
@@ -24,52 +25,54 @@ nav {
2425
display: block;
2526
color: #fff;
2627
line-height: 1.3;
27-
}
28+
}
2829

2930
nav ul, nav li {
3031
list-style: none;
3132
display: block;
3233
margin: 0;
3334
padding: 0;
3435
display: inline-block;
35-
}
36+
}
3637

3738
nav a {
3839
display: inline-block;
3940
padding: 0.5em 1em 0.3em 1em;
40-
}
41+
}
4142

4243
nav a:hover, nav a:active, nav a:visited:hover, nav a:visited:active {
43-
background:#8D8D8E;
44-
color:#fff;
44+
background:#8D8D8E;
45+
color:#fff;
4546
}
4647

4748

4849
nav a:link, nav a:visited {
49-
color:#fff;
50-
text-decoration:none;
50+
color:#fff;
51+
text-decoration:none;
5152
}
5253

5354
/* Links */
5455
a:link, a:visited {
55-
text-decoration: none;
56-
color: #1559CF;
56+
text-decoration: none;
57+
color: rgb(0, 155, 119);
5758
}
5859

5960

6061
/* Tables */
6162
tr {
62-
font: inherit;
63+
font: inherit;
6364
}
6465

6566
td {
66-
padding: .25em .5em;
67-
//vertical-align: text-top;
67+
padding: .25em .5em;
6868
}
6969

7070
// @media (prefers-color-scheme: dark) {
71-
// #content {
72-
// color:#fff;
73-
// background:#000;
74-
// }
71+
// body {
72+
// background: #000;
73+
// }
74+
// #content {
75+
// color:#fff;
76+
// background:#222;
77+
// }
7578
// }

0 commit comments

Comments
 (0)