configs/home/.zsh-distrobox/themes/spaceship-prompt/docs/assets/styles/announce.css

25 lines
347 B
CSS
Raw Normal View History

2023-06-16 22:58:47 +02:00
.announce {
color: #FFD200 !important;
}
.hashtag {
color: #035DB8 !important;
}
.mdx-author {
display: flex;
font-size: 0.68rem;
}
.mdx-author img {
height: 2.5rem;
border-radius: 100%;
}
.mdx-author p {
margin: 0;
}
.mdx-author p:first-child {
flex-shrink: 0;
margin-right: 0.8rem;
}
.mdx-author p > span {
display: block;
}