Skip to content

Commit e24039a

Browse files
committed
doc: tweak CSS for doxygen API usability
Change background colors of API elements to improve readability and match configuration documentation look. Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
1 parent 3ca64c5 commit e24039a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

doc/static/acrn-custom.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,13 @@ th,td {
134134
padding-left: 0 !important;
135135
}
136136

137+
/* doxygenXX item color tweaks, light blue background with dark blue top border */
138+
.rst-content dl:not(.docutils) dl dt {
139+
background: #e7f2fa !important;
140+
border-top: solid 3px #2980B9 !important;
141+
border-left: none !important; */
142+
}
143+
137144
/* tweak display of option tables to make first column wider */
138145
col.option {
139146
width: 25%;

0 commit comments

Comments
 (0)