1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-13 04:04:12 +02:00

Merge pull request #5948 from hanakin/ticket/16439

[ticket/16439] fix post target h3 color
This commit is contained in:
Marc Alexander
2020-05-01 16:40:54 +02:00
2 changed files with 7 additions and 1 deletions

View File

@@ -116,6 +116,7 @@ a:hover { color: #D31141; }
color: #000000;
}
.post h3 a.first-unread,
.post:target h3 a {
color: #000000;
}