Skip to content

Commit 0ac0592

Browse files
committed
Also trying a background colour
1 parent e12ee07 commit 0ac0592

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/reference/api/api.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
[Modules that provide consistent user experience.](platform.html)
77

8-
<table>
8+
<table bgcolor="#00C1DE">
99
<tbody>
1010
<tr>
1111
<td><a href="wait.html">Wait</a></td>
@@ -38,7 +38,7 @@
3838

3939
[Analog and digital input and outputs and digital interfaces.](drivers.html)
4040

41-
<table>
41+
<table bgcolor="#00C1DE">
4242
<tbody>
4343
<tr>
4444
<td><a href="analogin.html">AnalogIn</a></td>
@@ -91,7 +91,7 @@
9191

9292
[Handling tasks and events in Mbed OS.](rtos.html)
9393

94-
<table>
94+
<table bgcolor="#00C1DE">
9595
<tbody>
9696
<tr>
9797
<td><a href="thread.html">Thread</a></td>
@@ -118,7 +118,7 @@
118118

119119
[Network socket API for TCP/IP.](network-socket.html)
120120

121-
<table>
121+
<table bgcolor="#00C1DE">
122122
<tbody>
123123
<tr>
124124
<td><a href="socket.html">Socket</a></td>
@@ -137,7 +137,7 @@
137137

138138
[Network interfaces, Ethernet, Wifi, Cellular & Mesh](network-interfaces.html)
139139

140-
<table>
140+
<table bgcolor="#00C1DE">
141141
<tbody>
142142
<tr>
143143
<td><a href="ethernet.html">Ethernet</a></td>
@@ -156,7 +156,7 @@
156156

157157
[Bluetooth Low Energy](bluetooth.html)
158158

159-
<table>
159+
<table bgcolor="#00C1DE">
160160
<tbody>
161161
<tr>
162162
<td><a href="ble.html">BLE</a></td>
@@ -182,7 +182,7 @@
182182

183183
[Working with Arm Mbed uVisor and Arm Mbed TLS in the context of Mbed OS.](security.html)
184184

185-
<table>
185+
<table bgcolor="#00C1DE">
186186
<tbody>
187187
<tr>
188188
<td><a href="tls.html">TLS</a></td>
@@ -197,7 +197,7 @@
197197

198198
[Working with the file system.](storage.html)
199199

200-
<table>
200+
<table bgcolor="#00C1DE">
201201
<tbody>
202202
<tr>
203203
<td><a href="filesystem.html">FileSystem</a></td>

0 commit comments

Comments
 (0)