Rearrangeing style.css.
This commit is contained in:
parent
8448ef2698
commit
262b8454ba
@ -475,22 +475,6 @@ p {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
|
||||
.content__box p, .content__box li {
|
||||
hyphens: auto;
|
||||
}
|
||||
|
||||
.content__box a {
|
||||
color: var(--wtf-orange);
|
||||
}
|
||||
|
||||
.content__box a:hover {
|
||||
color: var(--wtf-light-blue);
|
||||
}
|
||||
|
||||
.content__box a:visited {
|
||||
color: var(--wtf-dark-blue);
|
||||
}
|
||||
|
||||
ul {
|
||||
list-style: disc;
|
||||
}
|
||||
@ -528,6 +512,22 @@ li {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.content__box p, .content__box li {
|
||||
hyphens: auto;
|
||||
}
|
||||
|
||||
.content__box a, .pagination__anchor {
|
||||
color: var(--wtf-orange);
|
||||
}
|
||||
|
||||
.content__box a:hover, .pagination__anchor:hover {
|
||||
color: var(--wtf-light-blue);
|
||||
}
|
||||
|
||||
.content__box a:visited, .pagination__anchor:visited {
|
||||
color: var(--wtf-dark-blue);
|
||||
}
|
||||
|
||||
.content__inner_box.-logo_header {
|
||||
margin: 3.5rem 1.5rem 0 1.5rem;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user