sidebar-for-bayou/static/sidebar.css
2024-03-13 21:37:20 +11:00

41 lines
560 B
CSS

body:has(div.sidebar) {
max-width: 50em;
}
div.wrapper:has(div.sidebar) {
display: grid;
grid-template-columns: 35em 15em;
column-gap: 60px;
}
div.sidebar {
font-size: 0.9em;
line-height: 1.8;
}
div.sidebar header {
margin-bottom: 0;
}
div.sidebar header h1 {
font-size: 1.0em;
color: var(--accent1);
}
ul.blogroll {
padding-inline: 0;
}
ul.blogroll li {
list-style-type: none !important;
}
ul.blogroll li a {
text-decoration: none;
color: var(--text);
}
ul.blogroll li a span {
color: var(--accent2);
}