mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 10:25:42 +03:00
style: add styling for title on breadcrumbs
This commit is contained in:
@@ -11,7 +11,23 @@
|
||||
}
|
||||
}
|
||||
|
||||
ul {
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
li::before {
|
||||
font-size: x-large;
|
||||
}
|
||||
|
||||
li.is-active a {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
dl dd {
|
||||
font-size: medium;
|
||||
}
|
||||
|
||||
dl dt {
|
||||
font-size: small;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user