toc : set border radius to theme var radius

This commit is contained in:
Aditya Telange 2020-07-26 20:43:40 +05:30
parent 63c86e12cd
commit 700c8e07da

View File

@ -49,7 +49,7 @@
.toc {
margin-bottom: 40px;
border: 1px solid var(--border);
border-radius: 4px;
border-radius: var(--radius);
padding: .5em;
}