0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00

fix upgrade notification font size (#138)

This commit is contained in:
Austin Burdine 2016-07-22 08:03:41 -06:00 committed by Kevin Ansfield
parent 8d803d9862
commit c0907d0867

View file

@ -118,7 +118,6 @@
/* ---------------------------------------------------------- */ /* ---------------------------------------------------------- */
.gh-upgrade-notification { .gh-upgrade-notification {
color: var(--red); color: var(--red);
font-size: 20px;
} }
.gh-upgrade-notification a { .gh-upgrade-notification a {