YaeBlog/YaeBlog.Theme.FluentUI/Pages/Archives.razor.css

25 lines
415 B
CSS
Raw Normal View History

2024-01-25 23:05:44 +08:00
.archive-background {
position: relative;
height: 80%;
overflow: hidden;
background-repeat: no-repeat;
background-size: cover;
}
.archive-title {
top: 43%;
position: absolute;
width: 100%;
}
.archive-item {
padding: 0.5rem 0.5rem 0.5rem 0.5rem;
margin: 0.5rem 0 0.5rem 0;
border-radius: 4px;
}
.archive-item:hover {
background-color: rgba(169, 169, 169, 0.22);
}