File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,10 @@ div.sphinxsidebar h4 {
3838}
3939
4040table .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
5356table .docutils th {
54- background-color : # dddde8 ;
57+ border-bottom : 1px solid # 92a6c4 ;
58+ }
59+
60+ pre {
61+ background : # fff4eb ;
5562}
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments