mirror of
https://github.com/jbowdre/runtimeterror.git
synced 2024-11-09 17:42:19 +00:00
remove tinylytics styling
This commit is contained in:
parent
1091a7c760
commit
a3ad708fe6
1 changed files with 0 additions and 33 deletions
|
@ -294,39 +294,6 @@ blockquote {
|
||||||
padding-left: 0.25rem;
|
padding-left: 0.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* tinylytics styling*/
|
|
||||||
.post_kudos {
|
|
||||||
display: flex;
|
|
||||||
}
|
|
||||||
|
|
||||||
button.tinylytics_kudos {
|
|
||||||
border: 0;
|
|
||||||
background-color: transparent;
|
|
||||||
cursor: pointer;
|
|
||||||
display: flex;
|
|
||||||
color: var(--off-fg);
|
|
||||||
font-size: 1.2rem;
|
|
||||||
padding: 0;
|
|
||||||
transition: all .2s ease-in-out;
|
|
||||||
}
|
|
||||||
|
|
||||||
button.tinylytics_kudos:hover {
|
|
||||||
transform: scale(1.1);
|
|
||||||
text-shadow: var(--off-fg) 0 0 1px;
|
|
||||||
}
|
|
||||||
|
|
||||||
img.tinylytics_webring_avatar {
|
|
||||||
border-radius: 100%;
|
|
||||||
height: 2rem;
|
|
||||||
width: 2rem;
|
|
||||||
vertical-align:middle;
|
|
||||||
}
|
|
||||||
|
|
||||||
a.tinylytics_webring {
|
|
||||||
text-decoration: none;
|
|
||||||
font-size: 1.5rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* shoutouts styling */
|
/* shoutouts styling */
|
||||||
.shoutout .shoutout__container .shoutout__title {
|
.shoutout .shoutout__container .shoutout__title {
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
|
|
Loading…
Reference in a new issue