1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-11 19:24:01 +02:00

[ticket/16439] fix post target h3 color

PHPBB3-16439
This commit is contained in:
hanakin
2020-04-14 14:15:31 -10:00
parent 73c355b92a
commit 5bc0e89871
2 changed files with 2 additions and 2 deletions

View File

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