Fixed color on link in the deep dive.
This commit is contained in:
@@ -318,6 +318,17 @@
|
|||||||
tr:nth-child(10) td.ticker {
|
tr:nth-child(10) td.ticker {
|
||||||
color: #d1d5db;
|
color: #d1d5db;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.post-card a {
|
||||||
|
color: #93c5fd;
|
||||||
|
text-decoration: none;
|
||||||
|
transition: color 0.2s, text-decoration 0.2s;
|
||||||
|
}
|
||||||
|
|
||||||
|
.post-card a:hover {
|
||||||
|
color: #ffffff;
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user