mirror of
https://codeberg.org/tacerus/teddit.git
synced 2024-11-26 17:19:27 +01:00
fix flairs css
This commit is contained in:
parent
91c7546bb0
commit
d7ab5e1552
25
dist/css/styles.css
vendored
25
dist/css/styles.css
vendored
@ -232,6 +232,11 @@ body.dark #search form input[type="text"] {
|
|||||||
background: #0f0f0f;
|
background: #0f0f0f;
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
body.dark #links .link .entry .title span.postflair,
|
||||||
|
body.dark #post .info .title span.postflair {
|
||||||
|
color: #eaeaea;
|
||||||
|
background-color: #404040;
|
||||||
|
}
|
||||||
a {
|
a {
|
||||||
color: var(--linkcolor);
|
color: var(--linkcolor);
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
@ -457,6 +462,16 @@ input[type="submit"]:hover,
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
#links .link .entry .title span.postflair,
|
||||||
|
#post .info .title span.postflair {
|
||||||
|
display: inline-block;
|
||||||
|
border-radius: 4px;
|
||||||
|
color: #404040;
|
||||||
|
background-color: #e8e8e8;
|
||||||
|
font-size: x-small;
|
||||||
|
margin-left: 10px;
|
||||||
|
padding: 0 2px;
|
||||||
|
}
|
||||||
/* SUBREDDIT LINKS */
|
/* SUBREDDIT LINKS */
|
||||||
#links {
|
#links {
|
||||||
float: left;
|
float: left;
|
||||||
@ -592,6 +607,7 @@ input[type="submit"]:hover,
|
|||||||
#links.search .link .meta a.comments {
|
#links.search .link .meta a.comments {
|
||||||
margin-left: 0px;
|
margin-left: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* COMMENTS */
|
/* COMMENTS */
|
||||||
.comment {
|
.comment {
|
||||||
font-size: 0.83rem;
|
font-size: 0.83rem;
|
||||||
@ -785,15 +801,6 @@ input[type="submit"]:hover,
|
|||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
}
|
}
|
||||||
.title .postflair {
|
|
||||||
display: inline-block;
|
|
||||||
border-radius: 4px;
|
|
||||||
padding: 1ch;
|
|
||||||
color: #dadada;
|
|
||||||
background-color: #6f6f6f;
|
|
||||||
font-size: 12px;
|
|
||||||
margin-left: 10px;
|
|
||||||
}
|
|
||||||
#post .submitted {
|
#post .submitted {
|
||||||
font-size: small;
|
font-size: small;
|
||||||
color: #686868;
|
color: #686868;
|
||||||
|
Loading…
Reference in New Issue
Block a user