mirror of
https://github.com/nix-community/dream2nix.git
synced 2024-12-24 23:14:12 +03:00
20 lines
451 B
CSS
20 lines
451 B
CSS
h1.menu-title::before {
|
|
content: "";
|
|
display: inline-block;
|
|
background-image: url(./favicon.png);
|
|
background-repeat: no-repeat;
|
|
background-size: contain;
|
|
width: 1.8ex;
|
|
height: 1.8ex;
|
|
margin-right: 0.9ex;
|
|
vertical-align: middle;
|
|
}
|
|
.light {
|
|
--links: #058;
|
|
--sidebar-active: #0af;
|
|
}
|
|
.sidebar .sidebar-scrollbox {
|
|
/* We don't use numbers, so we can take a consistent amount of space */
|
|
padding: var(--page-padding) !important;
|
|
}
|