Files
hedgeblog/static/styles/index.css
jetstream0 8e7133bf1c css fixes
2023-08-02 09:33:58 -07:00

17 lines
244 B
CSS

h2 {
display: inline-block;
}
#fancy-title:checked ~ h2 {
color: white;
padding-right: 4px;
background-color: dodgerblue;
text-shadow: 1px 1px 1px gray, 4px 4px 1px blue;
}
#checkboxes {
position: relative;
top: 0;
left: 0;
}