mirror of
https://github.com/jfmcbrayer/brutaldon
synced 2024-12-25 15:00:49 +01:00
23 lines
336 B
CSS
23 lines
336 B
CSS
|
|
.reblog-icon {
|
|
position: relative;
|
|
top: -24px;
|
|
left: 40px;
|
|
}
|
|
|
|
img.fav-avatar {
|
|
display: inline;
|
|
|
|
}
|
|
|
|
.box.active_context {
|
|
background-color: #FFF8DC;
|
|
}
|
|
|
|
div.card-header-title, div.card-header-icon {
|
|
color: black;
|
|
-webkit-text-stroke: 2px white;
|
|
-moz-text-stroke: 2px white;
|
|
text-stroke: 2px white;
|
|
}
|