adjust styling
This commit is contained in:
@@ -98,9 +98,9 @@ h1 {
|
||||
|
||||
.highlight code,
|
||||
.highlight pre {
|
||||
color: #fdce93;
|
||||
background-color: #3f3f3f;
|
||||
padding: 10px;
|
||||
color: #eceff4;
|
||||
background-color: #2e3440;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
.highlight .hll {
|
||||
@@ -112,8 +112,7 @@ h1 {
|
||||
}
|
||||
|
||||
.highlight .err {
|
||||
color: #e37170;
|
||||
background-color: #3d3535
|
||||
color: #bf616a
|
||||
}
|
||||
|
||||
.highlight .g {
|
||||
@@ -211,7 +210,7 @@ h1 {
|
||||
}
|
||||
|
||||
.highlight .kd {
|
||||
color: #ffff86
|
||||
color: #ebcb8b;
|
||||
}
|
||||
|
||||
.highlight .kn {
|
||||
@@ -228,7 +227,7 @@ h1 {
|
||||
}
|
||||
|
||||
.highlight .kt {
|
||||
color: #00cd00
|
||||
color: #a3be8c
|
||||
}
|
||||
|
||||
.highlight .ld {
|
||||
|
||||
@@ -9,6 +9,12 @@ system into a format suitable for public sharing.</p>
|
||||
<p>Current in-development milestone: <a href="/milestones/m1.html">M1</a>.</p>
|
||||
|
||||
{% if articles %}
|
||||
<h3>Latest stream</h3>
|
||||
<ul>
|
||||
{% for article in dates|select_journal %}
|
||||
<li>{{ article.date|strftime('%Y-%m-%d') }}: <a href='{{ SITEURL }}/{{ article.url }}'>{{ article.title }}</a></li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
<h3>Recent posts</h3>
|
||||
<ul>
|
||||
{% for article in dates|filter_journal %}
|
||||
|
||||
Reference in New Issue
Block a user