mirror of
https://github.com/Vimux/Binario.git
synced 2024-11-11 01:38:28 +00:00
28 lines
250 B
CSS
28 lines
250 B
CSS
a {
|
|
color: #ff5562;
|
|
}
|
|
|
|
blockquote {
|
|
border-color: #ff5562;
|
|
}
|
|
|
|
mark {
|
|
background-color: #ff5562;
|
|
}
|
|
|
|
.logo:hover {
|
|
color: #ff5562;
|
|
}
|
|
|
|
.main-nav__btn {
|
|
fill: #ff5562;
|
|
}
|
|
|
|
.toc {
|
|
color: #ff5562;
|
|
}
|
|
|
|
.share__icon {
|
|
fill: #ff5562;
|
|
stroke: #ff5562;
|
|
}
|