mirror of
https://github.com/ilyakooo0/urbit.git
synced 2025-01-05 13:55:54 +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 {
|
||||
display: block;
|
||||
margin-bottom: .3rem;
|
||||
height: 1.8rem; }
|
||||
height: auto;
|
||||
border-bottom: none; }
|
||||
|
||||
.body[data-path^='/docs'] .list.runes a h1 code {
|
||||
background-color: transparent;
|
||||
font-weight: 500;
|
||||
font-size: 1.2rem;
|
||||
padding: 0; }
|
||||
padding: 0;
|
||||
border-bottom: 2px solid #000; }
|
||||
|
||||
.body[data-path^='/docs'] .list.runes a code {
|
||||
background-color: #eceeef; }
|
||||
|
Loading…
Reference in New Issue
Block a user