mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
fix invalid href attribute
This commit is contained in:
@@ -1922,12 +1922,12 @@ export const BoardForm = styled.div`
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.post-number a {
|
||||
.post-number {
|
||||
text-decoration: none;
|
||||
color: maroon;
|
||||
}
|
||||
|
||||
.post-number a:hover {
|
||||
.post-number {
|
||||
color: red;
|
||||
}
|
||||
|
||||
@@ -2092,12 +2092,12 @@ export const BoardForm = styled.div`
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.post-number a {
|
||||
.post-number {
|
||||
text-decoration: none;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
.post-number a:hover {
|
||||
.post-number {
|
||||
color: #d00;
|
||||
}
|
||||
|
||||
@@ -2261,12 +2261,12 @@ export const BoardForm = styled.div`
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.post-number a {
|
||||
.post-number {
|
||||
text-decoration: none;
|
||||
color: maroon;
|
||||
}
|
||||
|
||||
.post-number a:hover {
|
||||
.post-number {
|
||||
color: red;
|
||||
}
|
||||
|
||||
@@ -2428,12 +2428,12 @@ export const BoardForm = styled.div`
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.post-number a {
|
||||
.post-number {
|
||||
text-decoration: none;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
.post-number a:hover {
|
||||
.post-number {
|
||||
color: red;
|
||||
}
|
||||
|
||||
@@ -2592,12 +2592,12 @@ export const BoardForm = styled.div`
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.post-number a {
|
||||
.post-number {
|
||||
text-decoration: none;
|
||||
color: #c5c8c6;
|
||||
}
|
||||
|
||||
.post-number a:hover {
|
||||
.post-number {
|
||||
color: #5f89ab;
|
||||
}
|
||||
|
||||
@@ -2766,12 +2766,12 @@ export const BoardForm = styled.div`
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.post-number a {
|
||||
.post-number {
|
||||
text-decoration: none;
|
||||
color: #333;
|
||||
}
|
||||
|
||||
.post-number a:hover {
|
||||
.post-number {
|
||||
color: #ff3300;
|
||||
}
|
||||
|
||||
|
||||
@@ -234,12 +234,12 @@ export const TopBar = styled.div`
|
||||
.return-button {
|
||||
margin-left: 10px;
|
||||
|
||||
a, a:visited {
|
||||
a, a:visited, #button {
|
||||
color: #00e !important;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
a:hover, #button:hover {
|
||||
color: red !important;
|
||||
}
|
||||
}`;
|
||||
@@ -260,12 +260,12 @@ export const TopBar = styled.div`
|
||||
.return-button {
|
||||
margin-left: 10px;
|
||||
|
||||
a, a:visited {
|
||||
a, a:visited, #button {
|
||||
color: #34345c !important;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
a:hover, #button:hover {
|
||||
color: red !important;
|
||||
}
|
||||
}`;
|
||||
@@ -286,12 +286,12 @@ export const TopBar = styled.div`
|
||||
padding-top: 2px;
|
||||
font-size: 12pt;
|
||||
|
||||
a, a:visited {
|
||||
a, a:visited, #button {
|
||||
color: #00e !important;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
a:hover, #button:hover {
|
||||
color: red !important;
|
||||
}
|
||||
}
|
||||
@@ -317,12 +317,12 @@ export const TopBar = styled.div`
|
||||
padding-top: 2px;
|
||||
font-size: 12pt;
|
||||
|
||||
a, a:visited {
|
||||
a, a:visited, #button {
|
||||
color: #34345c !important;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
a:hover, #button:hover {
|
||||
color: red !important;
|
||||
}
|
||||
}
|
||||
@@ -354,12 +354,12 @@ export const TopBar = styled.div`
|
||||
.return-button {
|
||||
margin-left: 10px;
|
||||
|
||||
a, a:visited {
|
||||
a, a:visited, #button {
|
||||
color: #81a2be !important;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
a:hover, #button:hover {
|
||||
color: #5f89ab !important;
|
||||
}
|
||||
}`;
|
||||
@@ -380,12 +380,12 @@ export const TopBar = styled.div`
|
||||
.return-button {
|
||||
margin-left: 10px;
|
||||
|
||||
a, a:visited {
|
||||
a, a:visited, #button {
|
||||
color: #f60 !important;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
a:hover, #button:hover {
|
||||
color: #ff3300 !important;
|
||||
}
|
||||
}`;
|
||||
@@ -563,12 +563,12 @@ export const BottomBar = styled.div`
|
||||
switch (selectedStyle) {
|
||||
case 'Yotsuba':
|
||||
return `
|
||||
a, a:visited {
|
||||
a, a:visited, #button {
|
||||
color: #00e !important;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
a:hover, #button:hover {
|
||||
color: red !important;
|
||||
}
|
||||
|
||||
@@ -581,12 +581,12 @@ export const BottomBar = styled.div`
|
||||
|
||||
case 'Yotsuba-B':
|
||||
return `
|
||||
a, a:visited {
|
||||
a, a:visited, #button {
|
||||
color: #34345c !important;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
a:hover, #button:hover {
|
||||
color: red !important;
|
||||
}
|
||||
|
||||
@@ -599,12 +599,12 @@ export const BottomBar = styled.div`
|
||||
|
||||
case 'Futaba':
|
||||
return `
|
||||
a, a:visited {
|
||||
a, a:visited, #button {
|
||||
color: #00e !important;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
a:hover, #button:hover {
|
||||
color: red !important;
|
||||
}
|
||||
|
||||
@@ -625,12 +625,12 @@ export const BottomBar = styled.div`
|
||||
|
||||
case 'Burichan':
|
||||
return `
|
||||
a, a:visited {
|
||||
a, a:visited, #button {
|
||||
color: #34345c !important;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
a:hover, #button:hover {
|
||||
color: red !important;
|
||||
}
|
||||
|
||||
@@ -651,12 +651,12 @@ export const BottomBar = styled.div`
|
||||
|
||||
case 'Tomorrow':
|
||||
return `
|
||||
a, a:visited {
|
||||
a, a:visited, #button {
|
||||
color: #81a2be !important;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
a:hover, #button:hover {
|
||||
color: #5f89ab !important;
|
||||
}
|
||||
|
||||
@@ -669,12 +669,12 @@ export const BottomBar = styled.div`
|
||||
|
||||
case 'Photon':
|
||||
return `
|
||||
a, a:visited {
|
||||
a, a:visited, #button {
|
||||
color: #f60 !important;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
a:hover, #button:hover {
|
||||
color: #ff3300 !important;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user