Org: html, set default link colour to inherit

This commit is contained in:
TEC 2021-04-26 04:20:17 +08:00
parent e64acc205b
commit d2bf2b84db
Signed by: tec
GPG Key ID: 779591AFDB81F06C
5 changed files with 9 additions and 7 deletions

View File

@ -47,7 +47,7 @@ $code-font: SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;
border-radius: 1px;
// background-color: $background;
color: $text;
// color: $text;
text-decoration: none;
*,

View File

@ -1,5 +1,9 @@
// Link and buttons
a {
color: inherit;
}
// #breadcrumbs a,
figcaption a,
p a,

View File

@ -114,7 +114,6 @@ span.acr {
margin-right: 2rem;
}
a {
color: inherit;
text-decoration: none;
}
span {

View File

@ -1185,6 +1185,9 @@ hr {
margin-bottom: 30px;
margin-top: 40px; }
a {
color: inherit; }
figcaption a,
p a,
.page-tags a,
@ -1196,7 +1199,6 @@ dl a {
background-repeat: repeat-x;
background-position: 0% 95%;
border-radius: 1px;
color: var(--text-dark);
text-decoration: none; }
figcaption a::selection,
p a::selection,
@ -1332,7 +1334,6 @@ dl a {
background-repeat: repeat-x;
background-position: 0% 95%;
border-radius: 1px;
color: var(--text-gray);
text-decoration: none; }
#content .page-intro p a::selection,
#footnotes a::selection {
@ -1356,7 +1357,6 @@ dl a {
background-repeat: repeat-x;
background-position: 0% 95%;
border-radius: 1px;
color: var(--text-gray);
text-decoration: none; }
#content .page-intro p a:hover::selection,
#footnotes a:hover::selection {
@ -1740,7 +1740,6 @@ span.acr {
height: 6rem;
margin-right: 2rem; }
.music-track a {
color: inherit;
text-decoration: none; }
.music-track span {
min-width: 35%; }

File diff suppressed because one or more lines are too long