We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b70447f commit 8d7805fCopy full SHA for 8d7805f
docs/css/docs.css
@@ -109,6 +109,25 @@ code {
109
color: #9e9e9e;
110
}
111
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
131
@media (max-width: 600px) {
132
.docs-nav {
133
position: fixed;
0 commit comments