custom.css: Restore braces that disappeared in a rebase

This commit is contained in:
Kamil Śliwak 2021-10-07 21:20:51 +02:00
parent c980e96b64
commit 6adfe88211

View File

@ -45,6 +45,7 @@ pre {
/* menu section headers */ /* menu section headers */
.wy-menu .caption { .wy-menu .caption {
color: #65afff !important; color: #65afff !important;
}
/* Link to Remix IDE shown next to code snippets */ /* Link to Remix IDE shown next to code snippets */
p.remix-link-container { p.remix-link-container {
@ -82,3 +83,4 @@ a.remix-link:hover {
a.remix-link:hover .link-text { a.remix-link:hover .link-text {
display: block; display: block;
}