Skip to content

Commit 8d7805f

Browse files
committed
Improve docs table style
1 parent b70447f commit 8d7805f

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

docs/css/docs.css

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,25 @@ code {
109109
color: #9e9e9e;
110110
}
111111

112+
table {
113+
font-size: 14px;
114+
border: 3px solid #3b4863;
115+
}
116+
117+
table thead {
118+
background-color: #3b4863;
119+
}
120+
121+
table th {
122+
padding: 15px 5px;
123+
}
124+
125+
table td {
126+
padding: 15px;
127+
color: #fff;
128+
border-bottom: solid 1px rgb(59, 72, 99) !important;
129+
}
130+
112131
@media (max-width: 600px) {
113132
.docs-nav {
114133
position: fixed;

0 commit comments

Comments
 (0)