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 4f996a7 commit 3e85bebCopy full SHA for 3e85beb
docs/_static/ngqt.css
@@ -266,23 +266,25 @@ div.highlight{
266
}
267
268
div.note {
269
- background-color: #50313b;
270
- border: 1px solid #733c4b;
+ background-color: #544322;
+ border: 1px solid #bf9d3b;
271
border-radius: 4px;
272
273
-
+
274
div.seealso {
275
- background-color: #ffc;
276
- border: 1px solid #ff6;
+ background-color: #5a5a37;
+ border: 1px solid #bdbd40;
277
+ border-radius: 4px;
278
279
280
div.topic {
281
background-color: #eee;
282
283
284
div.warning {
- background-color: #ffe4e4;
285
- border: 1px solid #f66;
+ background-color: #50313b;
286
+ border: 1px solid #b7395b;
287
288
289
290
p.admonition-title {
0 commit comments