mirror of
https://codeberg.org/tacerus/teddit.git
synced 2025-01-09 21:02:36 +01:00
make link colors more consistent, fix #101
This commit is contained in:
parent
3ff7f5c892
commit
6e64144db0
@ -3,6 +3,7 @@
|
|||||||
--lightgray: #f5f5f5;
|
--lightgray: #f5f5f5;
|
||||||
--whitebg: #ffffff;
|
--whitebg: #ffffff;
|
||||||
--linkcolor: #000bac;
|
--linkcolor: #000bac;
|
||||||
|
--lightlinkcolor: #32399f;
|
||||||
--graytext: #6f6f6f;
|
--graytext: #6f6f6f;
|
||||||
}
|
}
|
||||||
* {
|
* {
|
||||||
@ -382,7 +383,7 @@ footer a {
|
|||||||
#links .link .entry .title a h2 {
|
#links .link .entry .title a h2 {
|
||||||
display: initial;
|
display: initial;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
color: #0000ff;
|
color: var(--linkcolor);
|
||||||
font-size: medium;
|
font-size: medium;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
@ -397,7 +398,7 @@ footer a {
|
|||||||
margin-top: 2px;
|
margin-top: 2px;
|
||||||
}
|
}
|
||||||
#links .link .entry .meta a {
|
#links .link .entry .meta a {
|
||||||
color: #737373;
|
color: var(--lightlinkcolor);
|
||||||
padding-left: 3px;
|
padding-left: 3px;
|
||||||
padding-right: 3px;
|
padding-right: 3px;
|
||||||
}
|
}
|
||||||
@ -1094,7 +1095,7 @@ a.sub-to-subreddit.gray {
|
|||||||
color:#4f4f4f;
|
color:#4f4f4f;
|
||||||
}
|
}
|
||||||
.md a {
|
.md a {
|
||||||
color:#0079d3;
|
color: var(--linkcolor);
|
||||||
text-decoration:none;
|
text-decoration:none;
|
||||||
}
|
}
|
||||||
.md a del {
|
.md a del {
|
||||||
|
Loading…
Reference in New Issue
Block a user