Revert to default style for post links on mobiles

This commit is contained in:
Maciej Pędzich 2023-05-13 03:38:20 +02:00
parent 38f4897372
commit 23be071eea

View File

@ -160,12 +160,13 @@ h1.cmr2-text {
/* The following styling rules have been adopted from:
https://github.com/codrops/LineHoverStyles/ */
@media (min-width: 640px) {
.post-list a {
position: relative;
outline: none;
cursor: pointer;
white-space: nowrap;
text-decoration: none;
white-space: nowrap;
}
.post-list a:focus {
@ -221,3 +222,4 @@ h1.cmr2-text {
.post-list a:hover::after {
transform: scale3d(0, 1, 1);
}
}