1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 01:08:50 +02:00

Hr renders a little nicer on dark now

Summary: -

Test Plan: {F36336}

Reviewers: epriestley, chad

Reviewed By: epriestley

CC: aran, Korvin

Maniphest Tasks: T2744

Differential Revision: https://secure.phabricator.com/D5377
This commit is contained in:
Lauri-Henrik Jalonen 2013-03-19 06:47:50 -07:00 committed by epriestley
parent 04869c6fcc
commit 09cb7c5823

View file

@ -340,3 +340,7 @@ div.phabricator-remarkup-dark .remarkup-note,
div.phabricator-remarkup-dark table {
color: #000;
}
div.phabricator-remarkup-dark hr {
border-color: #555;
}