mirror of
https://github.com/vyos/vyos-documentation.git
synced 2025-10-26 08:41:46 +01:00
23 lines
446 B
CSS
23 lines
446 B
CSS
#configuration-guide > div > ul > li {
|
|
list-style: none !important;
|
|
position: relative;
|
|
}
|
|
|
|
#configuration-guide > div > ul > li::before {
|
|
content: '';
|
|
position: absolute;
|
|
top: 9px;
|
|
left: -15px;
|
|
width: 6px;
|
|
height: 6px;
|
|
background-color: #000;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
#configuration-guide .toctree-l1 > a {
|
|
color: #FD8F01;
|
|
font-family: 'Roboto', sans-serif;
|
|
font-size: 16px;
|
|
font-weight: 400;
|
|
letter-spacing: -0.5px;
|
|
} |