Skip to content

Commit afd10f6

Browse files
committed
Update docs
1 parent 477610b commit afd10f6

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

‎doc/_static/project.css‎

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,10 @@ div.sphinxsidebar h4 {
3838
}
3939

4040
table.docutils {
41-
border: 1px solid #888;
41+
border-left: 1px solid #aaa;
42+
border-right: 1px solid #aaa;
43+
border-top: 2px solid #92a6c4;
44+
border-bottom: 4px solid #92a6c4;
4245
-moz-box-shadow: 2px 2px 4px #eee;
4346
-webkit-box-shadow: 2px 2px 4px #eee;
4447
box-shadow: 2px 2px 4px #eee;
@@ -51,5 +54,9 @@ table.docutils td, table.docutils th {
5154
}
5255

5356
table.docutils th {
54-
background-color: #dddde8;
57+
border-bottom: 1px solid #92a6c4;
58+
}
59+
60+
pre {
61+
background: #fff4eb;
5562
}

‎doc/_templates/page.html‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% extends "!page.html" %}
22

3-
{% set css_files = css_files + ["_static/project.css"] %}
3+
{% set css_files = css_files + ["https://kevinpt.github.io/opbasm/_static/project.css"] %}
44

55

0 commit comments

Comments
 (0)