1
0
Fork 0
mirror of https://github.com/safing/web synced 2025-04-20 19:09:10 +00:00

Style uls different than decimal

This commit is contained in:
davegson 2020-12-29 15:02:44 +01:00
parent 1e3a924180
commit 14d7ce4b16

View file

@ -188,16 +188,23 @@ a.link {
padding-top: 2.5rem !important;
}
ul,
ol{
ul, ol{
padding: 1rem;
list-style-type: decimal;
li{
padding-top: 0.7rem;
color: #898989;
}
}
ul {
list-style-type: circle;
}
ol {
list-style-type: decimal;
}
a{
display: inline-table;
position: none;