Skip to content

Commit 3e85beb

Browse files
committed
css tweaks
1 parent 4f996a7 commit 3e85beb

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

docs/_static/ngqt.css

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -266,23 +266,25 @@ div.highlight{
266266
}
267267

268268
div.note {
269-
background-color: #50313b;
270-
border: 1px solid #733c4b;
269+
background-color: #544322;
270+
border: 1px solid #bf9d3b;
271271
border-radius: 4px;
272272
}
273-
273+
274274
div.seealso {
275-
background-color: #ffc;
276-
border: 1px solid #ff6;
275+
background-color: #5a5a37;
276+
border: 1px solid #bdbd40;
277+
border-radius: 4px;
277278
}
278279

279280
div.topic {
280281
background-color: #eee;
281282
}
282283

283284
div.warning {
284-
background-color: #ffe4e4;
285-
border: 1px solid #f66;
285+
background-color: #50313b;
286+
border: 1px solid #b7395b;
287+
border-radius: 4px;
286288
}
287289

288290
p.admonition-title {

0 commit comments

Comments
 (0)