Moved markup__link styling out of the theme definition cuz its identical anyway.

This commit is contained in:
flash 2024-06-27 15:48:30 +00:00
parent 8e162e4163
commit cfeaae19a7
6 changed files with 8 additions and 41 deletions

View file

@ -9,9 +9,16 @@
} }
.markup__link { .markup__link {
color: #1e90ff;
text-decoration: none text-decoration: none
} }
.markup__link:hover { .markup__link:hover,
.markup__link:focus {
text-decoration: underline text-decoration: underline
} }
.markup__link--visited,
.markup__link:visited {
color: #6B4F80;
}

View file

@ -165,11 +165,3 @@
.umi--archaic .markup__button:active { .umi--archaic .markup__button:active {
background-color: #222 background-color: #222
} }
.umi--archaic .markup__link {
color: #1e90ff;
}
.umi--archaic .markup__link--visited,
.umi--archaic .markup__link:visited {
color: #6B4F80;
}

View file

@ -165,11 +165,3 @@
.umi--blue .markup__button:active { .umi--blue .markup__button:active {
background-color: #0e507a background-color: #0e507a
} }
.umi--blue .markup__link {
color: #1e90ff;
}
.umi--blue .markup__link--visited,
.umi--blue .markup__link:visited {
color: #6B4F80;
}

View file

@ -165,11 +165,3 @@
.umi--dark .markup__button:active { .umi--dark .markup__button:active {
background-color: #3a3a3a background-color: #3a3a3a
} }
.umi--dark .markup__link {
color: #1e90ff;
}
.umi--dark .markup__link--visited,
.umi--dark .markup__link:visited {
color: #6B4F80;
}

View file

@ -165,11 +165,3 @@
.umi--light .markup__button:active { .umi--light .markup__button:active {
background-color: #c9c9c9 background-color: #c9c9c9
} }
.umi--light .markup__link {
color: #1e90ff;
}
.umi--light .markup__link--visited,
.umi--light .markup__link:visited {
color: #6B4F80;
}

View file

@ -165,11 +165,3 @@
.umi--purple .markup__button:active { .umi--purple .markup__button:active {
background-color: #604c74 background-color: #604c74
} }
.umi--purple .markup__link {
color: #1e90ff;
}
.umi--purple .markup__link--visited,
.umi--purple .markup__link:visited {
color: #6B4F80;
}