style: Unify link behaviors, pad truth body
Pad the truths bodies a little bit inwards, to give more space. Unify the link styling in one big messy pile of selectors, rather than in multiple places.
This commit is contained in:
parent
072889173f
commit
f7efe0b66c
1 changed files with 6 additions and 11 deletions
|
@ -29,15 +29,8 @@
|
|||
border-bottom: slategray solid 0.15em;
|
||||
}
|
||||
|
||||
.individual_truth > a, .individual_truth > a:link, .individual_truth > a:visited {
|
||||
color: black;
|
||||
text-decoration: none;
|
||||
transition: all .2s ease-in-out;
|
||||
}
|
||||
|
||||
.individual_truth > a:hover, .individual_truth > a:focus {
|
||||
color: mediumpurple;
|
||||
text-shadow: 0 2px 2px slategray;
|
||||
.individual_truth p {
|
||||
padding: 0 0.5em;
|
||||
}
|
||||
|
||||
.editor {
|
||||
|
@ -64,13 +57,15 @@
|
|||
top: 25%;
|
||||
}
|
||||
|
||||
.week_change:link, .week_change:visited {
|
||||
.week_change:link, .week_change:visited,
|
||||
.individual_truth > a, .individual_truth > a:link, .individual_truth > a:visited {
|
||||
color: black;
|
||||
text-decoration: none;
|
||||
transition: all .2s ease-in-out;
|
||||
}
|
||||
|
||||
.week_change:hover, .week_change:focus {
|
||||
.week_change:hover, .week_change:focus,
|
||||
.individual_truth > a:hover, .individual_truth > a:focus {
|
||||
color: mediumpurple;
|
||||
text-shadow: 0 2px 2px slategray;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue