diff --git a/parts/static/style.css b/parts/static/style.css index 7356790..46aa75d 100644 --- a/parts/static/style.css +++ b/parts/static/style.css @@ -313,6 +313,16 @@ table#details { margin-top: 0; } +#magical_autofill{ + font-size: small; +} + +a.small_link{ + text-decoration: none; + color: #B0B0B0; + font-weight: 600; +} + .details-header { color: #013A3A; }