mirror of
https://github.com/ilyakooo0/urbit.git
synced 2025-01-08 08:08:35 +03:00
fix runes list
This commit is contained in:
parent
f66da116a6
commit
4422ffd650
@ -1108,13 +1108,15 @@ ol > li:before {
|
|||||||
.body[data-path^='/docs'] .list.runes a h1 {
|
.body[data-path^='/docs'] .list.runes a h1 {
|
||||||
display: block;
|
display: block;
|
||||||
margin-bottom: .3rem;
|
margin-bottom: .3rem;
|
||||||
height: 1.8rem; }
|
height: auto;
|
||||||
|
border-bottom: none; }
|
||||||
|
|
||||||
.body[data-path^='/docs'] .list.runes a h1 code {
|
.body[data-path^='/docs'] .list.runes a h1 code {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
font-size: 1.2rem;
|
font-size: 1.2rem;
|
||||||
padding: 0; }
|
padding: 0;
|
||||||
|
border-bottom: 2px solid #000; }
|
||||||
|
|
||||||
.body[data-path^='/docs'] .list.runes a code {
|
.body[data-path^='/docs'] .list.runes a code {
|
||||||
background-color: #eceeef; }
|
background-color: #eceeef; }
|
||||||
|
Loading…
Reference in New Issue
Block a user